From bd4e52c08122415367b8ec8324f8dd0fb54fde12 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 22 Nov 2020 13:59:16 +0100 Subject: [PATCH] Use latest version of watcherd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 603af38..3bb121b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN set -x \ && chmod +x /usr/bin/cert-gen \ \ # Install watcherd - && 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 \ && chmod +x /usr/bin/watcherd \ \ # Clean-up