We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a9b8f commit e488820Copy full SHA for e488820
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