Skip to content

Commit 8b4488b

Browse files
committed
Migrate starlark-rust to Ubuntu 24.04
1 parent b0cacbd commit 8b4488b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

projects/starlark-rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-rust
17+
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
1818
RUN git clone --depth 1 https://github.com/facebookexperimental/starlark-rust.git starlark-rust
1919
RUN rustup update nightly
2020
WORKDIR starlark-rust

projects/starlark-rust/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://github.com/facebookexperimental/starlark-rust/"
23
language: rust
34

0 commit comments

Comments
 (0)