Update alpine Docker tag to v3.21.2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Renovate Bot 2025-01-08 19:04:23 +00:00
parent b65314d0d3
commit 2e276579e5
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6

View file

@ -1,4 +1,4 @@
FROM alpine:3.21.1
FROM alpine:3.21.2
RUN apk add --no-cache git curl bash jq
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
RUN mv /kustomize /bin/kustomize