We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06b5d3 commit 05cd2fdCopy full SHA for 05cd2fd
projects/apache-commons-imaging/Dockerfile
@@ -14,7 +14,7 @@
14
#
15
################################################################################
16
17
-FROM gcr.io/oss-fuzz-base/base-builder-jvm
+FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04
18
19
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 && \
20
unzip maven.zip -d $SRC/maven && \
projects/apache-commons-imaging/project.yaml
@@ -1,3 +1,4 @@
1
+base_os_version: ubuntu-24-04
2
homepage: "https://commons.apache.org"
3
language: jvm
4
main_repo: "https://github.com/apache/commons-imaging"
0 commit comments