Skip to content

Commit eba4c1d

Browse files
committed
Update watcherd to improve performance
1 parent 129c9b4 commit eba4c1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LABEL \
1212
### Build arguments
1313
###
1414
ARG VHOST_GEN_GIT_REF=1.0.3
15+
ARG WATCHERD_GIT_REF=v1.0.2
1516
ARG CERT_GEN_GIT_REF=0.7
1617

1718
ENV 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)