From 32a399ea2448eb5538b4f2702dbafb4e5727a8c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 06:16:57 +0200 Subject: [PATCH] chore(deps): update image alpine to v3.23.0 (#112) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6180758..04dfe5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags="-s -w" -o gibidify . # Runtime stage - minimal image with the binary -FROM alpine:3.22.2 +FROM alpine:3.23.0 # Install ca-certificates for HTTPS and create non-root user # hadolint ignore=DL3018