We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cacbd commit 8b4488bCopy full SHA for 8b4488b
2 files changed
projects/starlark-rust/Dockerfile
@@ -14,7 +14,7 @@
14
#
15
################################################################################
16
17
-FROM gcr.io/oss-fuzz-base/base-builder-rust
+FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
18
RUN git clone --depth 1 https://github.com/facebookexperimental/starlark-rust.git starlark-rust
19
RUN rustup update nightly
20
WORKDIR starlark-rust
projects/starlark-rust/project.yaml
@@ -1,3 +1,4 @@
1
+base_os_version: ubuntu-24-04
2
homepage: "https://github.com/facebookexperimental/starlark-rust/"
3
language: rust
4
0 commit comments