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
+2 -2
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
@@ -155,4 +155,4 @@ RUN sed -i 's/env python/&3/' /patroni*.py \
USER postgres
ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]
ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]