From 4cefe68fb74eec344ed1714d59830d20b6e71ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:34:58 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9abfc03..94f7329 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN \ CGO_ENABLED=0 go build -o /go/bin/init -v --ldflags '-s -w -extldflags=-static' # ========================================================= -FROM alpine:3.23.2 AS alpine-base +FROM alpine:3.23.3 AS alpine-base # ========================================================= FROM alpine-base AS imager