Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bazel/toolchains/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ platform(
# We just need an image with a new-enough glibc for the prebuilt rustc
# to work. All other tools should be provided as hermetic action
# inputs, and LLVM/bsdtar are statically linked.
"container-image": "docker://ubuntu:24.04",
# This digest pins ubuntu:24.04.
"container-image": "docker://ubuntu@sha256:023f8a753c22258c9fe2d0005a7d28258038da7d620e9f93e9ad78aa266f9f11",
},
visibility = ["//visibility:public"],
)
Loading