Skip to content

Commit 05cd2fd

Browse files
committed
Migrate apache-commons-imaging to Ubuntu 24.04
1 parent c06b5d3 commit 05cd2fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/apache-commons-imaging/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-jvm
17+
FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04
1818

1919
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip && \
2020
unzip maven.zip -d $SRC/maven && \

projects/apache-commons-imaging/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://commons.apache.org"
23
language: jvm
34
main_repo: "https://github.com/apache/commons-imaging"

0 commit comments

Comments
 (0)