Skip to content

Commit 892dc07

Browse files
jarttensorflower-gardener
authored andcommitted
Update Bazel version to 0.4.2
Change: 141613129
1 parent e390dcd commit 892dc07

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tf_workspace()
2020

2121
# Specify the minimum required bazel version.
2222
load("//tensorflow:tensorflow.bzl", "check_version")
23-
check_version("0.3.2")
23+
check_version("0.4.2")
2424

2525
new_http_archive(
2626
name = "inception5h",

tensorflow/tools/ci_build/install/install_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ==============================================================================
1616

1717
# Select bazel version.
18-
BAZEL_VERSION="0.3.2"
18+
BAZEL_VERSION="0.4.2"
1919

2020
set +e
2121
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')

tensorflow/tools/docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
6767
>>/root/.bazelrc
6868
ENV BAZELRC /root/.bazelrc
6969
# Install the most recent bazel release.
70-
ENV BAZEL_VERSION 0.3.2
70+
ENV BAZEL_VERSION 0.4.2
7171
WORKDIR /
7272
RUN mkdir /bazel && \
7373
cd /bazel && \

tensorflow/tools/docker/Dockerfile.devel-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
6767
>>/root/.bazelrc
6868
ENV BAZELRC /root/.bazelrc
6969
# Install the most recent bazel release.
70-
ENV BAZEL_VERSION 0.3.2
70+
ENV BAZEL_VERSION 0.4.2
7171
WORKDIR /
7272
RUN mkdir /bazel && \
7373
cd /bazel && \

0 commit comments

Comments
 (0)