Update alpine Docker tag to v3.21.2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
b65314d0d3
commit
2e276579e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue