Update alpine Docker tag to v3.19.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-01-27 01:29:43 +00:00
parent b1b58fa220
commit 1ab23e5ff6
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -1,4 +1,4 @@
FROM amd64/alpine:3.19.0
FROM amd64/alpine:3.19.1
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 mv /kustomize /bin/kustomize