We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06b5d3 commit 42ae5b1Copy full SHA for 42ae5b1
projects/apache-commons-jxpath/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-jxpath/project.yaml
@@ -1,3 +1,4 @@
1
+base_os_version: ubuntu-24-04
2
fuzzing_engines:
3
- libfuzzer
4
homepage: https://github.com/apache/commons-jxpath.git
0 commit comments