Merge "Use bazel 1.0.0"

This commit is contained in:
Zuul 2019-10-15 20:56:32 +00:00 committed by Gerrit Code Review
commit 74579a5e45

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM l.gcr.io/google/bazel:0.29.1 as bazel
FROM l.gcr.io/google/bazel:1.0.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.