Skip to content

Commit

Permalink
chore(deps): update ghcr.io/zalando/spilo-15 docker tag to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 0555c48 commit 61780b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/spilo/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61780b7

Please sign in to comment.