Update some dependencies

This commit is contained in:
Yann Hamon 2024-07-30 23:32:18 +02:00
parent 43a2445cb4
commit 3103d5fef3
6 changed files with 20 additions and 12 deletions

View file

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