From 7de489851fefda54ac27f9005d8b5319543ae129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:05:26 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b147e7b..b0a81c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN --mount=target=. \ # ==================================== # Production stage # ==================================== -FROM alpine:3.21 +FROM alpine:3.24 COPY --from=build /out/github-notifications-cleaner /bin