From bf24c10e9abedfeec3eda1a2324785b6d01c4c65 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 15 Jun 2023 15:22:57 +0200 Subject: [PATCH] update to 3.18.2 Signed-off-by: Simon L --- Containers/notify-push/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/notify-push/Dockerfile b/Containers/notify-push/Dockerfile index 19e72121..2a1b7e30 100644 --- a/Containers/notify-push/Dockerfile +++ b/Containers/notify-push/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.1 +FROM alpine:3.18.2 COPY --chmod=775 start.sh /start.sh