Update Alpine to 3.15

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-12-15 10:49:16 +02:00
parent 3bf926e419
commit 644049092f

View File

@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 go build \
-ldflags "-s -w -X github.com/fluxcd/flagger/pkg/version.REVISION=${REVISON}" \
-a -o flagger ./cmd/flagger
FROM alpine:3.14
FROM alpine:3.15
RUN apk --no-cache add ca-certificates