Update Go & Base images (#268)

* Update go and base images
This commit is contained in:
Yann Hamon 2024-05-09 15:19:30 +02:00 committed by GitHub
parent 71a59d74f2
commit 14053aaa54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View file

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