From 6d79b26cbe42f7cd06a1d8315c06798c69a11e42 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 14 Feb 2023 12:10:20 +0100 Subject: [PATCH] bump alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e4c035..3cdd77f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.1 +FROM alpine:3.17.2 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