Skip to content

Commit b9b2acf

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/curl/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
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818

1919
RUN git clone --depth 1 https://github.com/curl/curl.git /src/curl
2020
RUN git clone --depth 1 https://github.com/curl/curl-fuzzer.git /src/curl_fuzzer

projects/curl/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://curl.haxx.se/"
23
language: c++
34
primary_contact: "[email protected]"

0 commit comments

Comments
 (0)