Bumped alpine3.7->alpine3.8 for pdns-recursor and pdns (#14)

This commit is contained in:
Andrei Neagoe 2018-10-19 14:34:56 +02:00 committed by Peter Schiffer
parent 24b96e74a1
commit 7362d8bc1f
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.8
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
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

View file

@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.8
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
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 \