Skip to content

Commit

Permalink
Bump redist to alpine:3.20.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 4, 2024
1 parent 565bbaf commit 6c53304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.redist
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c53304

Please sign in to comment.