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