diff --git a/Containers/notify-push/Dockerfile b/Containers/notify-push/Dockerfile index f8e11813..b4d75905 100644 --- a/Containers/notify-push/Dockerfile +++ b/Containers/notify-push/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM alpine:3.23.4 +FROM alpine:3.24.1 COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh