Skip to content

Commit 525e1b9

Browse files
authored
Migrate fastjson2 to Ubuntu 24.04 (#14384)
### Summary This pull request migrates the `fastjson2` project to use the new `ubuntu-24-04` base image for fuzzing. ### Changes in this PR 1. **`projects/fastjson2/project.yaml`**: Sets the `base_os_version` property to `ubuntu-24-04`. 2. **`projects/fastjson2/Dockerfile`**: Updates the `FROM` instruction. CC: [email protected]
1 parent 0479e19 commit 525e1b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/fastjson2/Dockerfile

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

18-
FROM gcr.io/oss-fuzz-base/base-builder-jvm
18+
FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04
1919
RUN apt-get update && apt-get install -y maven
2020

2121
RUN git clone --depth 1 https://github.com/google/fuzzing && \

projects/fastjson2/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/alibaba/fastjson2"
23
language: jvm
34
primary_contact: "[email protected]"

0 commit comments

Comments
 (0)