Skip to content

Commit 5748a28

Browse files
authored
Webmin 2.021
1 parent bd5e93a commit 5748a28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
FROM debian:bullseye-20230227 AS add-apt-repositories
1+
FROM debian:bullseye-20230320 AS add-apt-repositories
22

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

9-
FROM debian:bullseye-20230227
9+
FROM debian:bullseye-20230320
1010

1111
LABEL maintainer="sameer@damagehead.com"
1212

1313
ENV BIND_USER=bind \
1414
BIND_VERSION=9.16.37 \
15-
WEBMIN_VERSION=2.020 \
15+
WEBMIN_VERSION=2.021 \
1616
DATA_DIR=/data
1717

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

0 commit comments

Comments
 (0)