We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5e93a commit 5748a28Copy full SHA for 5748a28
1 file changed
Dockerfile
@@ -1,18 +1,18 @@
1
-FROM debian:bullseye-20230227 AS add-apt-repositories
+FROM debian:bullseye-20230320 AS add-apt-repositories
2
3
RUN apt-get update \
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg ca-certificates apt-utils \
5
&& apt-get update \
6
&& apt-key adv --fetch-keys https://webmin.com/jcameron-key.asc \
7
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
8
9
-FROM debian:bullseye-20230227
+FROM debian:bullseye-20230320
10
11
LABEL maintainer="sameer@damagehead.com"
12
13
ENV BIND_USER=bind \
14
BIND_VERSION=9.16.37 \
15
- WEBMIN_VERSION=2.020 \
+ WEBMIN_VERSION=2.021 \
16
DATA_DIR=/data
17
18
COPY --from=add-apt-repositories /etc/apt/trusted.gpg /etc/apt/trusted.gpg
0 commit comments