Skip to content

Commit

Permalink
Bump Bazel version (to avoid bazel build crash on macOS/Docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano committed Aug 4, 2021
1 parent 3c74b0d commit f9bee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/grpc/gateway/docker/prereqs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM grpcweb/common

ARG MAKEFLAGS=-j8
ARG BUILDIFIER_VERSION=1.0.0
ARG BAZEL_VERSION=3.7.0
ARG BAZEL_VERSION=4.1.0

RUN echo "\nloglevel=error\n" >> $HOME/.npmrc

Expand Down

0 comments on commit f9bee02

Please sign in to comment.