Skip to content

Commit 0b4476d

Browse files
authored
focal-20230308 & Webmin 2.020
1 parent 508bc5a commit 0b4476d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
FROM ubuntu:focal-20200423 AS add-apt-repositories
1+
FROM ubuntu:focal-20230308 AS add-apt-repositories
22

33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg \
55
&& apt-key adv --fetch-keys http://www.webmin.com/jcameron-key.asc \
66
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
77

8-
FROM ubuntu:focal-20200423
8+
FROM ubuntu:focal-20230308
99

1010
LABEL maintainer="[email protected]"
1111

1212
ENV BIND_USER=bind \
13-
BIND_VERSION=9.16.1 \
14-
WEBMIN_VERSION=1.941 \
13+
BIND_VERSION=9.16.37 \
14+
WEBMIN_VERSION=2.020 \
1515
DATA_DIR=/data
1616

1717
COPY --from=add-apt-repositories /etc/apt/trusted.gpg /etc/apt/trusted.gpg

0 commit comments

Comments
 (0)