From d4c9a2fce5a0c0efa832f95bbc991e77d626b8d1 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Fri, 3 Jan 2020 17:53:35 +0100 Subject: [PATCH] Update alpine images to 3.11 This also updates the pdns to version 4.2 --- pdns-recursor/Dockerfile.alpine | 4 ++-- pdns/Dockerfile.alpine | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns-recursor/Dockerfile.alpine b/pdns-recursor/Dockerfile.alpine index c5ee0b2..979e2e3 100644 --- a/pdns-recursor/Dockerfile.alpine +++ b/pdns-recursor/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 RUN apk add --no-cache \ pdns-recursor \ @@ -9,7 +9,7 @@ RUN pip3 install --no-cache-dir envtpl RUN mkdir -p /etc/pdns/api.d \ && chown -R recursor: /etc/pdns/api.d -ENV VERSION=4.1 \ +ENV VERSION=4.2 \ PDNS_setuid=recursor \ PDNS_setgid=recursor \ PDNS_daemon=no diff --git a/pdns/Dockerfile.alpine b/pdns/Dockerfile.alpine index d575723..3c0029d 100644 --- a/pdns/Dockerfile.alpine +++ b/pdns/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 RUN apk add --no-cache \ pdns \ @@ -9,7 +9,7 @@ RUN apk add --no-cache \ RUN pip3 install --no-cache-dir envtpl -ENV VERSION=4.1 \ +ENV VERSION=4.2 \ PDNS_guardian=yes \ PDNS_setuid=pdns \ PDNS_setgid=pdns \