Update bazel version to 4.2.1 in binder_transport_apk docker image (#27721)

This image is for testing binder transport Android APK build
pull/27728/head
Ming-Chuan 3 years ago committed by GitHub
parent 0b2598df07
commit bb1c7fce6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/dockerfile/test/binder_transport_apk/Dockerfile

@ -56,7 +56,7 @@ ENV ANDROID_NDK_HOME=/opt/android-sdk/ndk/21.4.7075529
# Bazel installation
# Must be in sync with tools/bazel
ENV BAZEL_VERSION 3.7.1
ENV BAZEL_VERSION 4.2.1
# The correct bazel version is already preinstalled, no need to use //tools/bazel wrapper.
ENV DISABLE_BAZEL_WRAPPER 1

Loading…
Cancel
Save