Skip to content

Commit 869bd63

Browse files
committed
libvips: migrate to Ubuntu 24.04
1 parent b0cacbd commit 869bd63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/libvips/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y \
1919
autoconf-archive \
2020
automake \

projects/libvips/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
homepage: "https://github.com/libvips/libvips"
22
language: c++
3+
base_os_version: ubuntu-24-04
34
primary_contact: "jcupitt@gmail.com"
45
auto_ccs:
56
- "kleisauke@gmail.com"

0 commit comments

Comments
 (0)