From 70d78795f28ebb635b115689095f043d38a62801 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Dec 2024 23:04:56 +0000 Subject: [PATCH] Update alpine Docker tag to v3.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ccc027..bf61506 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 +FROM alpine:3.21.0 RUN apk add --no-cache git curl bash jq RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash RUN mv /kustomize /bin/kustomize