File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder-jvm
1818
19- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.8.8 /binaries/apache-maven-3.8.8 -bin.zip -o maven.zip && \
20- unzip maven.zip -d $SRC/maven-3.8.8 && \
19+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -bin.zip -o maven.zip && \
20+ unzip maven.zip -d $SRC/maven-3.9.11 && \
2121rm -rf maven.zip
2222
23- ENV MVN $SRC/maven-3.8.8 /apache-maven-3.8.8 /bin/mvn
23+ ENV MVN $SRC/maven-3.9.11 /apache-maven-3.9.11 /bin/mvn
2424
2525WORKDIR ${SRC}
2626#
@@ -30,4 +30,4 @@ RUN git clone https://github.com/apache/maven.git
3030
3131ADD pom.xml build.sh ${SRC}/
3232ADD src/ ${SRC}/src/
33- WORKDIR ${SRC}/maven
33+ WORKDIR ${SRC}/maven
You can’t perform that action at this time.
0 commit comments