This commit is contained in:
parent
cf72a82784
commit
8d002c5a2d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.18.0
|
FROM amd64/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