deps: update alpine base img to 3.18

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-05-14 13:38:59 -04:00
parent c1a2c159de
commit 08258e4304
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM alpine:3.14 as certs FROM alpine:3.18
LABEL org.opencontainers.image.authors="yann@mandragor.org" \ LABEL org.opencontainers.image.authors="yann@mandragor.org" \
org.opencontainers.image.source="https://github.com/yannh/kubeconform/" \ org.opencontainers.image.source="https://github.com/yannh/kubeconform/" \
org.opencontainers.image.description="A Kubernetes manifests validation tool" \ org.opencontainers.image.description="A Kubernetes manifests validation tool" \