Compare commits

..

2 commits

Author SHA1 Message Date
681085d627 Update kubernetes packages to v0.32.0
Some checks failed
renovate/artifacts Artifact file update failure
/ test (pull_request) Failing after 4m57s
2025-01-05 07:08:30 +00:00
306385ce06 revert 94e11a2240
All checks were successful
/ test (push) Successful in 12m26s
revert Merge pull request 'Update alpine Docker tag to v3.21' (#37) from renovate/alpine-3.x into main

Reviewed-on: #37
2025-01-04 23:26:54 -06: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.21 FROM alpine:3.20
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates