From 9f4f7d36cdb3a4934e3a9a32e06da15e5ce7621d Mon Sep 17 00:00:00 2001 From: Ida Novindasari Date: Fri, 15 Sep 2023 17:23:36 +0200 Subject: [PATCH] Bump BGMON version (#922) --- postgres-appliance/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-appliance/Dockerfile b/postgres-appliance/Dockerfile index a7930c6ef..a1db8cb11 100644 --- a/postgres-appliance/Dockerfile +++ b/postgres-appliance/Dockerfile @@ -57,7 +57,7 @@ ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION" ENV POSTGIS_VERSION=3.4 \ POSTGIS_LEGACY=3.3 \ POSTGIS_SUPER_LEGACY=3.2 \ - BG_MON_COMMIT=beec726abb662b30e58b85218c28b30b5c3c3cb3 \ + BG_MON_COMMIT=5959310104a11cb3f363bd65f3a4ef01119ca6d6 \ PG_AUTH_MON_COMMIT=3d010e5959285c32b155e8064c9c9b57869aeca7 \ PG_MON_COMMIT=382304bd6fa4804b2bea26c9bd9d420b3a998747 \ SET_USER=REL4_0_1 \