Skip to content

Commit

Permalink
Revert to bazel 6.1.0 for for Docker.windows for TF 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feranick committed Feb 29, 2024
1 parent a33a054 commit d90ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ ADD https://github.com/libusb/libusb/releases/download/v${LIBUSB_VERSION}/libusb
RUN 7z x -oc:\libusb c:\windows\temp\libusb-$env:LIBUSB_VERSION.7z

# Install Bazel
ARG BAZEL_VERSION=6.5.0
ARG BAZEL_VERSION=6.1.0
ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-windows-x86_64.exe c:/windows/system32/bazel.exe

0 comments on commit d90ba01

Please sign in to comment.