We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b790d89 commit 6b4dc31Copy full SHA for 6b4dc31
projects/systemd/Dockerfile
@@ -14,7 +14,7 @@
14
#
15
################################################################################
16
17
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
18
RUN git clone --depth 1 https://github.com/systemd/systemd systemd
19
WORKDIR systemd
20
COPY build.sh $SRC/
projects/systemd/project.yaml
@@ -1,4 +1,5 @@
1
homepage: "https://freedesktop.org/wiki/Software/systemd/"
2
+base_os_version: ubuntu-24-04
3
language: c++
4
primary_contact: "lennart@poettering.net"
5
builds_per_day: 4
0 commit comments