Skip to content

Commit

Permalink
Merge pull request #156 from sramazzina/fix-postgres-version
Browse files Browse the repository at this point in the history
Updated Postgres version to 14
  • Loading branch information
sameersbn committed Jun 6, 2023
2 parents 00a6392 + 9f6351c commit 6131ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM ubuntu:bionic-20200403
LABEL maintainer="[email protected]"

ENV PG_APP_HOME="/etc/docker-postgresql" \
PG_VERSION=12 \
PG_VERSION=14 \
PG_USER=postgres \
PG_HOME=/var/lib/postgresql \
PG_RUNDIR=/run/postgresql \
Expand Down

2 comments on commit 6131ed9

@suchwerk
Copy link

@suchwerk suchwerk commented on 6131ed9 Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sameersbn i guess the VERSION file should be changed too.

@christhomas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also the README, and the dockerhub image

Please sign in to comment.