From b8a6387236d619345c2f72f2f8e858dc7a2bd791 Mon Sep 17 00:00:00 2001 From: Lev Kozlov <42120385+lvjonok@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:26:01 +0300 Subject: [PATCH] Bump Postgres version in Dockerfile to 14 (#2333) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 824865e0..63b2598c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file