Update alpine Docker tag to v3.18.2 - autoclosed #1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.18.0
|
FROM alpine:3.18.2
|
||||||
RUN apk add --no-cache git curl bash
|
RUN apk add --no-cache git curl bash
|
||||||
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
|
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
|
||||||
RUN mv /kustomize /bin/kustomize
|
RUN mv /kustomize /bin/kustomize
|
||||||
|
|
Loading…
Reference in a new issue