Skip to content

Commit 6131ed9

Browse files
authored
Merge pull request #156 from sramazzina/fix-postgres-version
Updated Postgres version to 14
2 parents 00a6392 + 9f6351c commit 6131ed9

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)