Skip to content

Commit 53b6832

Browse files
committed
baseimage: update to ubuntu:bionic-20200403
1 parent 1cdff52 commit 53b6832

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ubuntu:bionic-20190612 AS add-apt-repositories
1+
FROM ubuntu:bionic-20200403 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-20190612
8+
FROM ubuntu:bionic-20200403
99

1010
LABEL maintainer="sameer@damagehead.com"
1111

0 commit comments

Comments
 (0)