From 6c5330428db023078b5a2609c356c6a568067809 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Wed, 4 Sep 2024 11:08:45 +0100 Subject: [PATCH] Bump redist to alpine:3.20.2 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Dockerfile.redist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.redist b/Dockerfile.redist index 7600e115..03f9e8c0 100644 --- a/Dockerfile.redist +++ b/Dockerfile.redist @@ -70,7 +70,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build --ldflags "-s -w \ -o faas-cli-arm64 # Release stage -FROM alpine:3.20.0 as release +FROM alpine:3.20.2 as release RUN apk --no-cache add ca-certificates git