From 344b8b357ab3ffc18217ffa5047e8a83ac663727 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Dec 2023 00:12:21 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4c1d66..21c10e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/alpine:3.18.4 +FROM amd64/alpine:3.18.5 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