Skip to content

Commit 5a24e59

Browse files
author
Sameer Naik
committed
Merge branch 'baseimage-update'
2 parents cd999e0 + e578eec commit 5a24e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ubuntu:bionic-20181204 AS add-apt-repositories
1+
FROM ubuntu:bionic-20190612 AS add-apt-repositories
22

33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y wget gnupg \
55
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
66
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' >> /etc/apt/sources.list
77

8-
FROM ubuntu:bionic-20181204
8+
FROM ubuntu:bionic-20190612
99

1010
LABEL maintainer="[email protected]"
1111

0 commit comments

Comments
 (0)