We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a4938d + 5c5475a commit b73b78dCopy full SHA for b73b78d
1 file changed
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM ubuntu:bionic-20190307 AS add-apt-repositories
+FROM ubuntu:bionic-20190612 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:bionic-20190307
+FROM ubuntu:bionic-20190612
9
10
LABEL maintainer="sameer@damagehead.com"
11
0 commit comments