diff --git a/Containers/notify-push/Dockerfile b/Containers/notify-push/Dockerfile index 1532169f..2da52eef 100644 --- a/Containers/notify-push/Dockerfile +++ b/Containers/notify-push/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM alpine:3.20.1 +FROM alpine:3.20.2 COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh