Merge pull request #4135 from nextcloud/dependabot/docker/Containers/notify-push/alpine-3.19.1

Bump alpine from 3.18.5 to 3.19.1 in /Containers/notify-push
This commit is contained in:
Simon L 2024-02-01 13:09:53 +01:00 committed by GitHub
commit 1f419bf45f
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
COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh