We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b33f46 commit 3503f16Copy full SHA for 3503f16
2 files changed
components/image-pgbackrest/Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-ARG PGBACKREST_VERSION=2.56.0
+ARG PGBACKREST_VERSION=2.58.0
6
7
FROM registry.access.redhat.com/ubi9/go-toolset:latest AS build
8
components/image-postgres/Dockerfile.postgres
@@ -5,7 +5,7 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal
ARG PATRONI_VERSION=4.0.6
9
ARG POSTGRES_VERSION=18
10
11
# Trim any patch version from the provided POSTGRES_VERSION
0 commit comments