Skip to content

Commit

Permalink
Update Alpine to 3.20
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <[email protected]>
  • Loading branch information
aryan9600 committed May 30, 2024
1 parent 67ce9be commit 6db0a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.19
FROM alpine:3.20

RUN apk --no-cache add ca-certificates

Expand Down

0 comments on commit 6db0a5d

Please sign in to comment.