Skip to content

Commit 3503f16

Browse files
committed
Bump pgBackRest version for component images
Issue: PGO-2848
1 parent 5b33f46 commit 3503f16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/image-pgbackrest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
ARG PGBACKREST_VERSION=2.56.0
5+
ARG PGBACKREST_VERSION=2.58.0
66

77
FROM registry.access.redhat.com/ubi9/go-toolset:latest AS build
88

components/image-postgres/Dockerfile.postgres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM registry.access.redhat.com/ubi9/ubi-minimal
66

77
ARG PATRONI_VERSION=4.0.6
8-
ARG PGBACKREST_VERSION=2.56.0
8+
ARG PGBACKREST_VERSION=2.58.0
99
ARG POSTGRES_VERSION=18
1010

1111
# Trim any patch version from the provided POSTGRES_VERSION

0 commit comments

Comments
 (0)