From ebca07a074602ea8d299a5746baf7c6510327969 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Fri, 3 Jan 2020 11:39:03 +0100 Subject: [PATCH] Upgrade dnscontrol image to v2.10 --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b9cb77..131d2c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM stackexchange/dnscontrol:v2.9@sha256:36354bc0e988cdc0fd4c9e69dee3408ca6f98014ea1c7220dff1362c1799a904 +FROM stackexchange/dnscontrol@sha256:1dcbcbb72d6c1ed273b3479af9ae1ce75ccc3b0f74b91722f8a4a9f1ccacd9e6 LABEL repository="https://github.com/koenrh/dnscontrol-action" LABEL maintainer="Koen Rouwhorst " @@ -8,9 +8,7 @@ LABEL "com.github.actions.description"="Deploy your DNS configuration to multipl LABEL "com.github.actions.icon"="cloud" LABEL "com.github.actions.color"="yellow" -RUN apk add --no-cache \ - bash~=4 \ - jq~=1.6 +RUN apk add --no-cache bash jq COPY README.md /