From 1df0fb1027799cefd424d5a42a2ff274c366cf7d Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Mon, 20 Mar 2023 14:13:49 +0100 Subject: [PATCH] Bump DNSControl to v3.28.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d29d13..ed8744e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ LABEL "com.github.actions.description"="Deploy your DNS configuration to multipl LABEL "com.github.actions.icon"="cloud" LABEL "com.github.actions.color"="yellow" -ENV DNSCONTROL_VERSION="3.27.1" -ENV DNSCONTROL_CHECKSUM="5ef737707a49e73c02ad57eb98953a667def224cdf0b0e04b741d26df2fdcdd6" +ENV DNSCONTROL_VERSION="3.28.0" +ENV DNSCONTROL_CHECKSUM="9a4e3607851d7ea3cf3fde42193de4850b453cd3ac2776dbacac5e13ed63a404" RUN apk -U --no-cache upgrade && \ apk add --no-cache bash ca-certificates curl libc6-compat