Skip to content

Commit

Permalink
Merge branch 'baseimage-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jul 6, 2019
2 parents cd999e0 + e578eec commit 5a24e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:bionic-20181204 AS add-apt-repositories
FROM ubuntu:bionic-20190612 AS add-apt-repositories

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

FROM ubuntu:bionic-20181204
FROM ubuntu:bionic-20190612

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit 5a24e59

Please sign in to comment.