From 381e680acdedc22aa8801414881208a334361b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:56:15 +0000 Subject: [PATCH] chore(docker): bump alpine from 3.20 to 3.23 Bumps alpine from 3.20 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.opsdeck-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.opsdeck-backup b/Dockerfile.opsdeck-backup index f210924..eaca20b 100644 --- a/Dockerfile.opsdeck-backup +++ b/Dockerfile.opsdeck-backup @@ -4,7 +4,7 @@ # Bundles pg_dump (postgresql-client) and restic so the CronJob script can # dump the DB and push it together with the attachments PVC to an S3 repo. # ============================================ -FROM alpine:3.20 +FROM alpine:3.23 RUN apk add --no-cache \ ca-certificates \