We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cacbd commit 869bd63Copy full SHA for 869bd63
projects/libvips/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 && apt-get install -y \
19
autoconf-archive \
20
automake \
projects/libvips/project.yaml
@@ -1,5 +1,6 @@
1
homepage: "https://github.com/libvips/libvips"
2
language: c++
3
+base_os_version: ubuntu-24-04
4
primary_contact: "jcupitt@gmail.com"
5
auto_ccs:
6
- "kleisauke@gmail.com"
0 commit comments