Build gerrit with bazel 0.27.1 instead

0.27 is the first semi-stable release.

Change-Id: I7314c6500841ed13fdc10dc951761f5fde4b28af
This commit is contained in:
Monty Taylor 2019-07-27 10:55:43 -04:00
parent 56ceaf1c40
commit 3a26ed621a

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.26.1 as bazel
FROM l.gcr.io/google/bazel:0.27.1 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.