mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +01:00
Update alpine images to 3.11
This also updates the pdns to version 4.2
This commit is contained in:
parent
2ca17d9d18
commit
d4c9a2fce5
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue