diff --git a/Dockerfile b/Dockerfile index 239d90a..0ff5228 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \ -o /out/warpshift ./cmd/warpshift # ---- Runtime Stage ---- -FROM alpine:3.23 +FROM alpine:3.24 RUN apk add --no-cache ca-certificates tzdata && \ addgroup -S warpshift && \