fyoorer / ShadowClone

Unleash the power of cloud
Apache License 2.0
672 stars 86 forks source link

go version updated in Dockerfile #34

Closed Ajaymagar closed 1 year ago

Ajaymagar commented 1 year ago

install go

RUN wget https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz RUN tar -xvf go1.20.5.linux-amd64.tar.gz RUN rm go1.20.5.linux-amd64.tar.gz RUN mv go /usr/local

updated golang to latest version - Nuclei works on latest version of golang