From cc3db57266011981fd984ee0ddac41ae9be22134 Mon Sep 17 00:00:00 2001 From: struct2tensor-team Date: Mon, 7 Oct 2024 16:36:39 -0700 Subject: [PATCH] Updated missing Bazel version to 6.5.0. in Dockerfile PiperOrigin-RevId: 683372161 --- struct2tensor/tools/tf_serving_docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct2tensor/tools/tf_serving_docker/Dockerfile b/struct2tensor/tools/tf_serving_docker/Dockerfile index 7f08f92..61ffaae 100644 --- a/struct2tensor/tools/tf_serving_docker/Dockerfile +++ b/struct2tensor/tools/tf_serving_docker/Dockerfile @@ -74,7 +74,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \ RUN pip3 --no-cache-dir install --upgrade numpy # Set up Bazel -ENV BAZEL_VERSION 6.4.0 +ENV BAZEL_VERSION 6.5.0 WORKDIR /bazel RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \ chmod +x bazel-*.sh && \