File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ LABEL \
1212# ## Build arguments
1313# ##
1414ARG VHOST_GEN_GIT_REF=1.0.3
15+ ARG WATCHERD_GIT_REF=v1.0.2
1516ARG CERT_GEN_GIT_REF=0.7
1617
1718ENV BUILD_DEPS \
@@ -58,7 +59,7 @@ RUN set -x \
5859 && chmod +x /usr/bin/cert-gen \
5960 \
6061 # Install watcherd
61- && wget --no-check-certificate -O /usr/bin/watcherd https://raw.githubusercontent.com/devilbox/watcherd/v1.0.1 /watcherd \
62+ && wget --no-check-certificate -O /usr/bin/watcherd https://raw.githubusercontent.com/devilbox/watcherd/${WATCHERD_GIT_REF} /watcherd \
6263 && chmod +x /usr/bin/watcherd \
6364 \
6465 # Clean-up
Original file line number Diff line number Diff line change @@ -270,5 +270,5 @@ It allows any of the following combinations:
270270## Version
271271
272272```
273- nginx version: nginx/1.19.1
273+ nginx version: nginx/1.19.5
274274```
You can’t perform that action at this time.
0 commit comments