Use bazel 1.0.0

1.0.0 has released, which is what gerrit wants now. Use it.

Depends-On: https://review.opendev.org/688555
Change-Id: I6cd76b8cfda3656d6105f9fe96b82a388809375f
This commit is contained in:
Monty Taylor 2019-10-14 13:55:32 -04:00
parent f9e7fcab51
commit d2e7da959d

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: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.