We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1bc5a commit 28e6d7cCopy full SHA for 28e6d7c
14/Dockerfile
@@ -2,8 +2,8 @@ FROM postgres:14-bookworm
2
3
LABEL maintainer="codestation <codestation@megpoid.dev>"
4
5
-ARG BACKREST_VERSION=2.51
6
-ARG S6_OVERLAY_VERSION=3.1.6.2
+ARG BACKREST_VERSION=2.53.1
+ARG S6_OVERLAY_VERSION=3.2.0.0
7
8
# Install pgbackrest
9
RUN set -ex; \
16/Dockerfile
@@ -2,8 +2,8 @@ FROM postgres:16-bookworm
0 commit comments