mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 09:27:02 +00:00
deps: update alpine base img to 3.18
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
c1a2c159de
commit
08258e4304
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue