Skip to content

Commit

Permalink
Bump bazel version in builder (#2634)
Browse files Browse the repository at this point in the history
Needed for
bazel-contrib/rules_go#3231
kubevirt/kubevirt@9e15eca
If we want to bump to 1.19

Signed-off-by: Alex Kalenyuk <[email protected]>
  • Loading branch information
akalenyu authored Mar 10, 2023
1 parent 15e645a commit 524798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build/docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN \
go install github.com/securego/gosec/v2/cmd/gosec@latest && \
rm -rf "${GOPATH}/pkg"

ENV BAZEL_VERSION 5.2.0
ENV BAZEL_VERSION 5.3.1

COPY output-bazel-arch.sh /output-bazel-arch.sh

Expand Down

0 comments on commit 524798a

Please sign in to comment.