Skip to content

Commit a3b22cb

Browse files
committed
build: update rbe_autoconfig base_container_digest
1 parent 0a43e78 commit a3b22cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ rbe_autoconfig(
106106
# Need to specify a base container digest in order to ensure that we can use the checked-in
107107
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
108108
# need to pull the image and run it in order determine the toolchain configuration. See:
109-
# https://github.com/bazelbuild/bazel-toolchains/blob/3.4.1/configs/ubuntu16_04_clang/versions.bzl
110-
base_container_digest = "sha256:b27c9c4786d5bd1c709aa979b7432328806e0ff671e2175d696584eec4fd0ec3",
109+
# https://github.com/bazelbuild/bazel-toolchains/blob/3.5.0/configs/ubuntu16_04_clang/versions.bzl
110+
base_container_digest = "sha256:f6568d8168b14aafd1b707019927a63c2d37113a03bcee188218f99bd0327ea1",
111111
# Note that if you change the `digest`, you might also need to update the
112112
# `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
113113
# and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have

0 commit comments

Comments
 (0)