From ebab9de683993847277999a2755adee4a0b0033f Mon Sep 17 00:00:00 2001 From: Matheus Hunsche Date: Mon, 1 Dec 2025 19:03:55 +0000 Subject: [PATCH] Migrate fastjson2 to Ubuntu 24.04 --- projects/fastjson2/Dockerfile | 2 +- projects/fastjson2/project.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/fastjson2/Dockerfile b/projects/fastjson2/Dockerfile index 3a7e0bce4681..1cd3170169e4 100644 --- a/projects/fastjson2/Dockerfile +++ b/projects/fastjson2/Dockerfile @@ -15,7 +15,7 @@ # ################################################################################ -FROM gcr.io/oss-fuzz-base/base-builder-jvm +FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04 RUN apt-get update && apt-get install -y maven RUN git clone --depth 1 https://github.com/google/fuzzing && \ diff --git a/projects/fastjson2/project.yaml b/projects/fastjson2/project.yaml index 3695c98f1f3b..4877b01d3dc5 100644 --- a/projects/fastjson2/project.yaml +++ b/projects/fastjson2/project.yaml @@ -1,3 +1,4 @@ +base_os_version: ubuntu-24-04 homepage: "https://github.com/alibaba/fastjson2" language: jvm primary_contact: "shaojin.wensj@alibaba-inc.com"