From 74d0d8b2bfd89893d3308bad65284a2c0d583546 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Fri, 27 Jan 2023 16:57:18 +0100 Subject: [PATCH] Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bb37f69..ae3118d 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ RUN ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \ echo "${TZ}" > /etc/timezone && date # Cache Bust upon new commits -ADD https://api.github.com/repos/chrisb86/nsupdate/git/refs/heads/master /.git-hashref +ADD https://api.github.com/repos/chrisb86/nsupdate/git/refs/heads/main /.git-hashref COPY nsupdate.sh /usr/local/bin/nsupdate.sh RUN chmod +x /usr/local/bin/nsupdate.sh