Merge pull request #3855 from nextcloud/dependabot/docker/Containers/notify-push/alpine-3.18.5

Bump alpine from 3.18.4 to 3.18.5 in /Containers/notify-push
This commit is contained in:
Simon L 2023-12-01 14:25:54 +01:00 committed by GitHub
commit c228e38662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.18.5
COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh