Update alpine Docker tag to v3.21.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6c98abb8d7
commit
70d78795f2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.20.3
|
||||
FROM alpine:3.21.0
|
||||
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