Update bazel version

This commit is contained in:
settle 2020-06-28 16:43:21 -04:00 committed by GitHub
parent 7fea4ccf1c
commit 89a77964c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -93,7 +93,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -93,7 +93,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -91,7 +91,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -91,7 +91,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -133,7 +133,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -133,7 +133,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -23,7 +23,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Install bazel
ARG BAZEL_VERSION=3.0.0
ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \
wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && \
wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \

View File

@ -23,7 +23,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -21,7 +21,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34
# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \