From 84a9fac4e2342078f7066c91c9a20c59f7373595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:50:28 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- Dockerfile.multi-stage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.multi-stage b/Dockerfile.multi-stage index 7bacefc..67d44b5 100644 --- a/Dockerfile.multi-stage +++ b/Dockerfile.multi-stage @@ -14,7 +14,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o driftive . # Runtime stage -FROM alpine:3.23 +FROM alpine:3.24 WORKDIR /app