From eef03a3556b98750e9e4eeb62253397bf5d5e82d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:19:23 +0300 Subject: [PATCH] chore(deps): update image alpine to v3.22.2 (#73) 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 ab54270..81b6142 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.1 +FROM alpine:3.22.2 # Install ca-certificates for HTTPS and create non-root user # hadolint ignore=DL3018