From 17f59f600c95c549a9217b3f1727138dfda0431e Mon Sep 17 00:00:00 2001 From: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:17:44 +0200 Subject: [PATCH] Update Patroni to 3.3.2 (#1004) --- postgres-appliance/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-appliance/Dockerfile b/postgres-appliance/Dockerfile index c28cab1ee..415b31ab0 100644 --- a/postgres-appliance/Dockerfile +++ b/postgres-appliance/Dockerfile @@ -73,7 +73,7 @@ COPY --from=dependencies-builder /builddeps/wal-g /usr/local/bin/ COPY build_scripts/patroni_wale.sh build_scripts/compress_build.sh /builddeps/ # Install patroni and wal-e -ENV PATRONIVERSION=3.3.1 +ENV PATRONIVERSION=3.3.2 ENV WALE_VERSION=1.1.1 WORKDIR /