We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd999e0 + e578eec commit 5a24e59Copy full SHA for 5a24e59
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM ubuntu:bionic-20181204 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 wget gnupg \
5
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
6
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' >> /etc/apt/sources.list
7
8
-FROM ubuntu:bionic-20181204
+FROM ubuntu:bionic-20190612
9
10
LABEL maintainer="[email protected]"
11
0 commit comments