Bump Postgres version in Dockerfile to 14 (#2333)

This commit is contained in:
Lev Kozlov
2022-06-13 15:26:01 +02:00
committed by GitHub
parent c7ee5f008d
commit b8a6387236
+1 -1
View File
@@ -1,6 +1,6 @@
## This Dockerfile is meant to aid in the building and debugging patroni whilst developing on your local machine
## It has all the necessary components to play/debug with a single node appliance, running etcd
ARG PG_MAJOR=10
ARG PG_MAJOR=14
ARG COMPRESS=false
ARG PGHOME=/home/postgres
ARG PGDATA=$PGHOME/data