update to bind 9.16.1
parent
28f7f72798
commit
248edab2b2
|
@ -1,16 +1,16 @@
|
|||
FROM ubuntu:bionic-20200403 AS add-apt-repositories
|
||||
FROM ubuntu:focal-20200423 AS add-apt-repositories
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg \
|
||||
&& apt-key adv --fetch-keys http://www.webmin.com/jcameron-key.asc \
|
||||
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
|
||||
|
||||
FROM ubuntu:bionic-20200403
|
||||
FROM ubuntu:focal-20200423
|
||||
|
||||
LABEL maintainer="sameer@damagehead.com"
|
||||
|
||||
ENV BIND_USER=bind \
|
||||
BIND_VERSION=9.11.3 \
|
||||
BIND_VERSION=9.16.1 \
|
||||
WEBMIN_VERSION=1.941 \
|
||||
DATA_DIR=/data
|
||||
|
||||
|
|
Loading…
Reference in New Issue