Compare commits

..

1 commit

Author SHA1 Message Date
fffef2720c Update kubernetes packages to v0.32.0
Some checks failed
renovate/artifacts Artifact file update failure
/ test (pull_request) Failing after 4m56s
2025-01-05 05:11:44 +00:00

View file

@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' . RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
FROM alpine:3.20 FROM alpine:3.21
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates