Skip to content

Commit bd2dcad

Browse files
committed
bump pgbackrest version to 2.44
1 parent 1890611 commit bd2dcad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Docker
33
on:
44
push:
55
branches: [ master ]
6-
schedule:
7-
- cron: "00 1 * * 0"
6+
# schedule:
7+
# - cron: "00 1 * * 0"
88

99
env:
1010
REGISTRY: ghcr.io

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM postgres:14-bullseye
22

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

5-
ARG BACKREST_VERSION=2.43
5+
ARG BACKREST_VERSION=2.44
66
ARG S6_OVERLAY_VERSION=3.1.2.1
77

88
# Install pgbackrest

0 commit comments

Comments
 (0)