Update alpine images to 3.11

This also updates the pdns to version 4.2
This commit is contained in:
Peter Schiffer 2020-01-03 17:53:35 +01:00
parent 2ca17d9d18
commit d4c9a2fce5
No known key found for this signature in database
GPG key ID: 6CCC5046E2B0B44B
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.10 FROM alpine:3.11
RUN apk add --no-cache \ RUN apk add --no-cache \
pdns-recursor \ pdns-recursor \
@ -9,7 +9,7 @@ RUN pip3 install --no-cache-dir envtpl
RUN mkdir -p /etc/pdns/api.d \ RUN mkdir -p /etc/pdns/api.d \
&& chown -R recursor: /etc/pdns/api.d && chown -R recursor: /etc/pdns/api.d
ENV VERSION=4.1 \ ENV VERSION=4.2 \
PDNS_setuid=recursor \ PDNS_setuid=recursor \
PDNS_setgid=recursor \ PDNS_setgid=recursor \
PDNS_daemon=no PDNS_daemon=no

View file

@ -1,4 +1,4 @@
FROM alpine:3.10 FROM alpine:3.11
RUN apk add --no-cache \ RUN apk add --no-cache \
pdns \ pdns \
@ -9,7 +9,7 @@ RUN apk add --no-cache \
RUN pip3 install --no-cache-dir envtpl RUN pip3 install --no-cache-dir envtpl
ENV VERSION=4.1 \ ENV VERSION=4.2 \
PDNS_guardian=yes \ PDNS_guardian=yes \
PDNS_setuid=pdns \ PDNS_setuid=pdns \
PDNS_setgid=pdns \ PDNS_setgid=pdns \