Skip to content

Commit ebc26e9

Browse files
authored
Merge pull request #1081 from fluxcd/alpine-3.15
Update Alpine to 3.15
2 parents 3c03119 + 6440490 commit ebc26e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 go build \
2121
-ldflags "-s -w -X github.com/fluxcd/flagger/pkg/version.REVISION=${REVISON}" \
2222
-a -o flagger ./cmd/flagger
2323

24-
FROM alpine:3.14
24+
FROM alpine:3.15
2525

2626
RUN apk --no-cache add ca-certificates
2727

0 commit comments

Comments
 (0)