From ab9eb94299f0e86c790b38941b7eff6ec56711b9 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Thu, 2 Jun 2022 14:25:49 +0200 Subject: [PATCH] Bump DNSControl to v3.16.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be7549f..a6575c0 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.16.1" -ENV DNSCONTROL_CHECKSUM="7ed6e9cf46f5ef5d675eba9183ca91977a1a32b8cc578426bb93c231cb18de16" +ENV DNSCONTROL_VERSION="3.16.2" +ENV DNSCONTROL_CHECKSUM="980974a9060a88c65855cb6de5dcea34e5bbd8251fe0d8387206be039c405008" RUN apk -U --no-cache upgrade && \ apk add --no-cache bash ca-certificates curl libc6-compat