Update alpine Docker tag to v3.18.2 - autoclosed #1

Closed
renovate wants to merge 1 commit from renovate/alpine-3.x into main
Showing only changes of commit 15063e1596 - Show all commits

View file

@ -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