Skip to content

Commit 9f6351c

Browse files
committed
Updated Postgres version to 14
1 parent 00a6392 commit 9f6351c

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=12 \
13+
PG_VERSION=14 \
1414
PG_USER=postgres \
1515
PG_HOME=/var/lib/postgresql \
1616
PG_RUNDIR=/run/postgresql \

0 commit comments

Comments
 (0)