Skip to content

Commit eff2289

Browse files
e2fsprogs: fix build (#14898)
Updated base image and installation command in Dockerfile.
1 parent 498daf2 commit eff2289

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/e2fsprogs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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
1919
RUN git clone --depth 1 https://github.com/tytso/e2fsprogs
2020

2121
COPY build.sh $SRC/

projects/e2fsprogs/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ auto_ccs:
66
- "tytso@google.com"
77
- "mxms@google.com"
88
main_repo: 'https://github.com/tytso/e2fsprogs'
9-
9+
base_os_version: ubuntu-24-04
1010
fuzzing_engines:
1111
- afl
1212
- honggfuzz

0 commit comments

Comments
 (0)