Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.opsdeck-backup
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down