We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9a9b8f + e488820 commit ac5f26dCopy full SHA for ac5f26d
Dockerfile
@@ -58,7 +58,7 @@ RUN set -x \
58
&& chmod +x /usr/bin/cert-gen \
59
\
60
# Install watcherd
61
- && wget --no-check-certificate -O /usr/bin/watcherd https://raw.githubusercontent.com/devilbox/watcherd/v1.0.0/watcherd \
+ && wget --no-check-certificate -O /usr/bin/watcherd https://raw.githubusercontent.com/devilbox/watcherd/v1.0.1/watcherd \
62
&& chmod +x /usr/bin/watcherd \
63
64
# Clean-up
0 commit comments