Skip to content

Commit 0e123b2

Browse files
authored
feat: update gitlab-backup image version to 1.11.0 (#47)
* feat: update gitlab-backup image version to 1.11.0 * fix: correct image reference for gitlab-backup in Dockerfile
1 parent 650c339 commit 0e123b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.22.0 AS alpine
22

33
FROM ghcr.io/sgaunet/gocrypt:2.0.0 AS gocrypt
44

5-
FROM sgaunet/gitlab-backup:1.10.0 AS gitlab-backup-image
5+
FROM ghcr.io/sgaunet/gitlab-backup:1.11.0 AS gitlab-backup-image
66

77
FROM scratch
88
LABEL org.opencontainers.image.authors="sgaunet"

0 commit comments

Comments
 (0)