updated url to point to latest instead of 1.0.0

This commit is contained in:
epi
2020-10-05 20:24:39 -05:00
parent 1a2c08393d
commit 951bd87c0e

View File

@@ -7,6 +7,6 @@ RUN apk add --no-cache --virtual .depends subversion && \
apk del .depends
# install latest release
RUN wget https://github.com/epi052/feroxbuster/releases/download/v1.0.0/x86_64-linux-feroxbuster.zip -qO feroxbuster.zip && unzip -d /usr/local/bin/ feroxbuster.zip feroxbuster && rm feroxbuster.zip && chmod +x /usr/local/bin/feroxbuster
RUN wget https://github.com/epi052/feroxbuster/releases/latest/download/x86_64-linux-feroxbuster.zip -qO feroxbuster.zip && unzip -d /usr/local/bin/ feroxbuster.zip feroxbuster && rm feroxbuster.zip && chmod +x /usr/local/bin/feroxbuster
ENTRYPOINT ["feroxbuster"]