File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414#
1515# ###############################################################################
1616
17- FROM gcr.io/oss-fuzz-base/base-builder
18- RUN apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages git make texinfo
17+ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
18+ RUN apt-get update && apt-get install -y git make texinfo
1919RUN git clone --depth 1 https://github.com/tytso/e2fsprogs
2020
2121COPY build.sh $SRC/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ auto_ccs:
66 - " tytso@google.com"
77 - " mxms@google.com"
88main_repo : ' https://github.com/tytso/e2fsprogs'
9-
9+ base_os_version : ubuntu-24-04
1010fuzzing_engines :
1111 - afl
1212 - honggfuzz
You can’t perform that action at this time.
0 commit comments