From 7362d8bc1f20c94eefc0498828343b8ebcea07a4 Mon Sep 17 00:00:00 2001 From: Andrei Neagoe Date: Fri, 19 Oct 2018 14:34:56 +0200 Subject: [PATCH] Bumped alpine3.7->alpine3.8 for pdns-recursor and pdns (#14) --- 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 cdbc69d..d179f78 100644 --- a/pdns-recursor/Dockerfile.alpine +++ b/pdns-recursor/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 MAINTAINER "Peter Schiffer" RUN apk add --no-cache \ @@ -11,7 +11,7 @@ RUN pip3 install envtpl \ RUN mkdir -p /etc/pdns/api.d \ && chown -R recursor:recursor /etc/pdns/api.d -ENV VERSION=4.0 \ +ENV VERSION=4.1 \ PDNS_setuid=recursor \ PDNS_setgid=recursor \ PDNS_daemon=no diff --git a/pdns/Dockerfile.alpine b/pdns/Dockerfile.alpine index 36ece0a..c2cc2a1 100644 --- a/pdns/Dockerfile.alpine +++ b/pdns/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 MAINTAINER "Peter Schiffer" RUN apk add --no-cache \ @@ -11,7 +11,7 @@ RUN apk add --no-cache \ RUN pip3 install envtpl \ && rm -rf ~/.cache/* -ENV VERSION=4.0 \ +ENV VERSION=4.1 \ PDNS_guardian=yes \ PDNS_setuid=pdns \ PDNS_setgid=pdns \