From eae7eae610e4d777f950ac8f7c048dd071779fb3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 May 2024 19:18:18 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2bb417..b3f6d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/alpine:3.19.1 +FROM amd64/alpine:3.20.0 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