File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414#
1515# #########################################################################
1616FROM gcr.io/oss-fuzz-base/base-builder-jvm
17- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip \
17+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip \
1818 -o maven.zip && \
1919 unzip maven.zip -d $SRC/maven && \
2020 rm maven.zip
21- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
21+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2222RUN git clone --depth 1 https://github.com/virtuald/curvesapi curvesapi
2323COPY *.sh *.java $SRC/
2424WORKDIR $SRC/curvesapi
Original file line number Diff line number Diff line change 1414#
1515# #########################################################################
1616FROM gcr.io/oss-fuzz-base/base-builder-jvm
17- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip \
17+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip \
1818 -o maven.zip && \
1919 unzip maven.zip -d $SRC/maven && \
2020 rm maven.zip
21- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
21+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2222RUN git clone --depth 1 https://github.com/fasseg/exp4j exp4j
2323COPY *.sh *.java $SRC/
2424WORKDIR $SRC/exp4j
Original file line number Diff line number Diff line change 1414#
1515# #########################################################################
1616FROM gcr.io/oss-fuzz-base/base-builder-jvm
17- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip \
17+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip \
1818 -o maven.zip && \
1919 unzip maven.zip -d $SRC/maven && \
2020 rm maven.zip
21- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
21+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2222RUN git clone --depth 1 https://github.com/zafarkhaja/jsemver jsemver
2323COPY *.sh *.java $SRC/
2424WORKDIR $SRC/jsemver
You can’t perform that action at this time.
0 commit comments