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>
This commit is contained in:
renovate[bot]
2025-10-10 12:19:23 +03:00
committed by GitHub
parent 3f65b813bd
commit eef03a3556

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.1
FROM alpine:3.22.2
# Install ca-certificates for HTTPS and create non-root user
# hadolint ignore=DL3018