We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b790d89 commit da40398Copy full SHA for da40398
projects/elfutils/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 apt-get update && \
19
apt-get install -y pkg-config make autoconf autopoint zlib1g-dev zlib1g-dev:i386 flex gawk bison
20
RUN git clone --depth 1 https://sourceware.org/git/elfutils.git
projects/elfutils/project.yaml
@@ -18,3 +18,4 @@ view_restrictions: none
auto_ccs:
- amerey@redhat.com
- izzeem@google.com
21
+base_os_version: ubuntu-24-04
0 commit comments