Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/zlib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 -b develop https://github.com/madler/zlib.git
WORKDIR zlib
Expand Down
1 change: 1 addition & 0 deletions projects/zlib/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://www.zlib.net/"
language: c++
primary_contact: "[email protected]"
Expand Down