From c3f7802f5105ca9b323f96e65b2b175d94c2235c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jun 2024 18:18:28 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6ea1ae..4febc8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.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