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>
This commit is contained in:
renovate[bot]
2025-12-07 06:16:57 +02:00
committed by GitHub
parent f101fd53ea
commit 32a399ea24

View File

@@ -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