From f78e622a8d41fa653bb3bc78a761f8ec0f889582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:41:11 +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 dcd4dceb9..c2b0ccc72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN apk add --no-cache \ && mkdir /store && chown node:node /store # Build stage for healthcheck binary (~65KB static binary) -FROM alpine:3.21@sha256:c3f8e73fdb79deaebaa2037150150191b9dcbfba68b4a46d70103204c53f4709 AS healthcheck-build +FROM alpine:3.24@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS healthcheck-build RUN apk add --no-cache gcc=14.2.0-r4 musl-dev=1.2.5-r11 COPY healthcheck.c /src/healthcheck.c RUN gcc -Os -static -s -o /bin/healthcheck /src/healthcheck.c