We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565bbaf commit 6c53304Copy full SHA for 6c53304
Dockerfile.redist
@@ -70,7 +70,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build --ldflags "-s -w \
70
-o faas-cli-arm64
71
72
# Release stage
73
-FROM alpine:3.20.0 as release
+FROM alpine:3.20.2 as release
74
75
RUN apk --no-cache add ca-certificates git
76
0 commit comments