From 1991e41768cc558526e3c877902c32fc6d7a1428 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:51:08 +0000 Subject: [PATCH] chore(deps): update ghcr.io/zalando/spilo-15 docker tag to v3.2 --- images/spilo/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/spilo/Dockerfile b/images/spilo/Dockerfile index 8173143..4665ccb 100644 --- a/images/spilo/Dockerfile +++ b/images/spilo/Dockerfile @@ -1,7 +1,7 @@ ARG OLD_PGVERSION=14 ARG PGVERSION=15 -FROM ghcr.io/zalando/spilo-15:3.0-p1 AS extension-builder +FROM ghcr.io/zalando/spilo-15:3.2-p1@sha256:5561dabb6cbe172a30220ff7ba517c4a20f74454f403072483eb62ac14e888bc AS extension-builder # Build process requires installed postgres ARG OLD_PGVERSION @@ -44,7 +44,7 @@ RUN mkdir -p /usr/local/share/postgres/extensions RUN wget -O /usr/local/share/postgres/extensions/postgres-json-schema--0.1.1.sql https://raw.githubusercontent.com/gavinwahl/postgres-json-schema/570e19f5b2b4e6ff1414eebe2191e14c437760d9/postgres-json-schema--0.1.1.sql RUN wget -O /usr/local/share/postgres/extensions/postgres-json-schema.control https://raw.githubusercontent.com/gavinwahl/postgres-json-schema/570e19f5b2b4e6ff1414eebe2191e14c437760d9/postgres-json-schema.control -FROM ghcr.io/zalando/spilo-15:3.0-p1 AS final +FROM ghcr.io/zalando/spilo-15:3.2-p1@sha256:5561dabb6cbe172a30220ff7ba517c4a20f74454f403072483eb62ac14e888bc AS final # Setup final image with extensions ARG PGVERSION