Skip to content

Commit 449ae5c

Browse files
committed
bump pgbackrest version
1 parent 288304d commit 449ae5c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.drone.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ steps:
1111
- name: build
1212
image: ghcr.io/codestation/drone-kaniko
1313
settings:
14-
repos:
15-
- registry.megpoid.dev/codestation/postgres
14+
registry: registry.megpoid.dev
15+
repo: registry.megpoid.dev/codestation/postgres
16+
dockerfile: 14/Dockerfile
1617
tags:
1718
- 14
1819
- latest
19-
dockerfile: 14/Dockerfile
20-
registry: registry.megpoid.dev
21-
platforms:
22-
- linux/amd64
23-
- linux/arm64
2420
username:
2521
from_secret: docker_username
2622
password:

14/Dockerfile

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

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

5-
ARG BACKREST_VERSION=2.50
5+
ARG BACKREST_VERSION=2.51
66
ARG S6_OVERLAY_VERSION=3.1.5.0
77

88
# Install pgbackrest

0 commit comments

Comments
 (0)