2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
### ISC BIND9 Container (Stable: 9.12.3_xx) built on top of Alpine
### Last update: 1-15-19
### Latest Stable Docker Tag: 9.12.3_r0
### ISC BIND9 Container (Stable: 9.12.4_xx) built on top of Alpine
### Last update: 5-4-19
### Latest Stable Docker Tag: 9.12.4_p1-r1
NOTE: "Last Update" is the date of the latest DockerHub build.
+1 -1
View File
@@ -13,7 +13,7 @@ RUN apk --update upgrade && apk add bind
# &
# Get latest bind.keys
RUN mkdir -m 0770 -p /etc/bind && chown -R root:named /etc/bind ; \
mkdir -m 0770 -p /var/cache/bind && chown -R root:named /var/cache/bind ; \
mkdir -m 0770 -p /var/cache/bind && chown -R named:named /var/cache/bind ; \
wget -q -O /etc/bind/bind.keys https://ftp.isc.org/isc/bind9/keys/9.11/bind.keys.v9_11 ; \
rndc-confgen -a -r /dev/urandom