Update bazel to 1.1.0

Upstream gerrit now needs at least 1.1.0

Change-Id: I783eb712e4153df4ccba30cbf92f44221141f559
This commit is contained in:
Monty Taylor 2019-11-16 10:49:00 -08:00
parent 7fd294bb89
commit fe8daeca5b

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM l.gcr.io/google/bazel:1.0.0 as bazel
FROM l.gcr.io/google/bazel:1.1.0 as bazel
# The bazel image comes with bazel only runnable by root for some weird reason.
# The bower build in gerrit does not work as root.