File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ RUN \
132
132
# Install go
133
133
WORKDIR /tmp
134
134
RUN \
135
- wget -q https://dl.google.com/go/go1.14.2 .linux-amd64.tar.gz -O go.tar.gz && \
135
+ wget -q https://dl.google.com/go/go1.15.5 .linux-amd64.tar.gz -O go.tar.gz && \
136
136
tar -C /usr/local -xzf go.tar.gz && \
137
137
# Install aws-cli
138
138
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip && \
@@ -226,7 +226,7 @@ RUN \
226
226
# Download subfinder
227
227
WORKDIR /temp/subfinder
228
228
RUN \
229
- wget --quiet https://github.com/projectdiscovery/subfinder/releases/download/v2.4.3 /subfinder_2.4.3_linux_amd64 .tar.gz -O subfinder.tar.gz && \
229
+ wget --quiet https://github.com/projectdiscovery/subfinder/releases/download/v2.4.5 /subfinder_2.4.5_linux_amd64 .tar.gz -O subfinder.tar.gz && \
230
230
tar -xzf subfinder.tar.gz && \
231
231
rm subfinder.tar.gz
232
232
You can’t perform that action at this time.
0 commit comments