Skip to content

Commit a277689

Browse files
authored
Migrate ngolo-fuzzing to Ubuntu 24.04 (#14391)
### Summary This pull request migrates the `ngolo-fuzzing` project to use the new `ubuntu-24-04` base image for fuzzing. ### Changes in this PR 1. **`projects/ngolo-fuzzing/project.yaml`**: Sets the `base_os_version` property to `ubuntu-24-04`. 2. **`projects/ngolo-fuzzing/Dockerfile`**: Updates the `FROM` instruction. CC: p.antoine@catenacyber.fr
1 parent 8181fd0 commit a277689

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

1919
RUN apt-get update && apt-get install -y protobuf-compiler libprotobuf-dev binutils cmake \
2020
ninja-build liblzma-dev libz-dev pkg-config autoconf libtool

projects/ngolo-fuzzing/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/catenacyber/ngolo-fuzzing"
23
primary_contact: "p.antoine@catenacyber.fr"
34
language: go

0 commit comments

Comments
 (0)