Skip to content

Commit bc611de

Browse files
committed
update to postgres 12
1 parent 848c73a commit bc611de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM ubuntu:bionic-20200403
1010
LABEL maintainer="sameer@damagehead.com"
1111

1212
ENV PG_APP_HOME="/etc/docker-postgresql" \
13-
PG_VERSION=11 \
13+
PG_VERSION=12 \
1414
PG_USER=postgres \
1515
PG_HOME=/var/lib/postgresql \
1616
PG_RUNDIR=/run/postgresql \

0 commit comments

Comments
 (0)