Skip to content

Commit

Permalink
fix(build): bump golang to 1.21.12 in builder image to fix CVEs (#13311)
Browse files Browse the repository at this point in the history
Signed-off-by: Gongpu Zhu <[email protected]>
  • Loading branch information
ZhuGongpu authored Jul 6, 2024
1 parent a929c8f commit 3ece3b3
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 @@ -3,7 +3,7 @@ ARG GIT_COMMIT=unknown
ARG GIT_TAG=unknown
ARG GIT_TREE_STATE=unknown

FROM golang:1.21-alpine3.18 as builder
FROM golang:1.21-alpine3.19 as builder

RUN apk update && apk add --no-cache \
git \
Expand Down

0 comments on commit 3ece3b3

Please sign in to comment.