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 \