We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508bc5a commit 0b4476dCopy full SHA for 0b4476d
Dockerfile
@@ -1,17 +1,17 @@
1
-FROM ubuntu:focal-20200423 AS add-apt-repositories
+FROM ubuntu:focal-20230308 AS add-apt-repositories
2
3
RUN apt-get update \
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg \
5
&& apt-key adv --fetch-keys http://www.webmin.com/jcameron-key.asc \
6
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
7
8
-FROM ubuntu:focal-20200423
+FROM ubuntu:focal-20230308
9
10
LABEL maintainer="[email protected]"
11
12
ENV BIND_USER=bind \
13
- BIND_VERSION=9.16.1 \
14
- WEBMIN_VERSION=1.941 \
+ BIND_VERSION=9.16.37 \
+ WEBMIN_VERSION=2.020 \
15
DATA_DIR=/data
16
17
COPY --from=add-apt-repositories /etc/apt/trusted.gpg /etc/apt/trusted.gpg
0 commit comments