Compare commits

..

1 commit

Author SHA1 Message Date
5e9f3c164f Update kubernetes packages to v0.32.0
Some checks failed
renovate/artifacts Artifact file update failure
/ test (pull_request) Failing after 5m39s
2025-01-05 04:08:21 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
goreleaser:
runs-on: docker
container:
image: ghcr.io/goreleaser/goreleaser:v2.5.1
image: ghcr.io/goreleaser/goreleaser:v2.4.8
steps:
- name: Checkout
env:

View file

@ -15,7 +15,7 @@ COPY . .
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