Update go/goreleaser

This commit is contained in:
Yann Hamon 2025-05-10 18:17:56 +02:00
parent 1bd44986dd
commit da924addff
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.20.2 as certs
FROM alpine:3.21.3 as certs
RUN apk add ca-certificates
FROM scratch AS kubeconform