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,5 @@
FROM alpine:3.18.3
FROM alpine:3.19.1
LABEL org.opencontainers.image.authors="Yann Hamon <yann@mandragor.org>" \
org.opencontainers.image.source="https://github.com/yannh/kubeconform/" \
org.opencontainers.image.description="A Kubernetes manifests validation tool" \