Skip to content

Commit cc3db57

Browse files
committed
Updated missing Bazel version to 6.5.0. in Dockerfile
PiperOrigin-RevId: 683372161
1 parent fdbb0ec commit cc3db57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

struct2tensor/tools/tf_serving_docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
7474
RUN pip3 --no-cache-dir install --upgrade numpy
7575

7676
# Set up Bazel
77-
ENV BAZEL_VERSION 6.4.0
77+
ENV BAZEL_VERSION 6.5.0
7878
WORKDIR /bazel
7979
RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
8080
chmod +x bazel-*.sh && \

0 commit comments

Comments
 (0)