Skip to content

Commit 6c53304

Browse files
committed
Bump redist to alpine:3.20.2
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 565bbaf commit 6c53304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.redist

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build --ldflags "-s -w \
7070
-o faas-cli-arm64
7171

7272
# Release stage
73-
FROM alpine:3.20.0 as release
73+
FROM alpine:3.20.2 as release
7474

7575
RUN apk --no-cache add ca-certificates git
7676

0 commit comments

Comments
 (0)