Skip to content

Commit 28e6d7c

Browse files
committed
update pgbackrest version to 2.53.1
1 parent 8f1bc5a commit 28e6d7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

14/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:14-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
44

5-
ARG BACKREST_VERSION=2.51
6-
ARG S6_OVERLAY_VERSION=3.1.6.2
5+
ARG BACKREST_VERSION=2.53.1
6+
ARG S6_OVERLAY_VERSION=3.2.0.0
77

88
# Install pgbackrest
99
RUN set -ex; \

16/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:16-bookworm
22

33
LABEL maintainer="codestation <[email protected]>"
44

5-
ARG BACKREST_VERSION=2.51
6-
ARG S6_OVERLAY_VERSION=3.1.6.2
5+
ARG BACKREST_VERSION=2.53.1
6+
ARG S6_OVERLAY_VERSION=3.2.0.0
77

88
# Install pgbackrest
99
RUN set -ex; \

0 commit comments

Comments
 (0)