Merge pull request #4133 from nextcloud/dependabot/docker/Containers/borgbackup/alpine-3.19.1

Bump alpine from 3.18.5 to 3.19.1 in /Containers/borgbackup
This commit is contained in:
Simon L 2024-02-01 13:09:40 +01:00 committed by GitHub
commit f378bc3a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.5
FROM alpine:3.19.1
RUN set -ex; \
\