Skip to content

Commit fb66eb5

Browse files
committed
update pgbackrest to 2.46
1 parent bd2dcad commit fb66eb5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Docker
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master ]
6-
# schedule:
7-
# - cron: "00 1 * * 0"
87

98
env:
109
REGISTRY: ghcr.io

14/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:14-bullseye
22

33
LABEL maintainer="codestation <codestation@megpoid.dev>"
44

5-
ARG BACKREST_VERSION=2.44
6-
ARG S6_OVERLAY_VERSION=3.1.2.1
5+
ARG BACKREST_VERSION=2.46
6+
ARG S6_OVERLAY_VERSION=3.1.5.0
77

88
# Install pgbackrest
99
RUN set -ex; \

0 commit comments

Comments
 (0)