mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 03:24:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user