Skip to content

Commit 1ab97bb

Browse files
authored
Merge branch 'master' into openssl-extra_config_flags
2 parents 0a1233f + c0535c2 commit 1ab97bb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

projects/curvesapi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#
1515
##########################################################################
1616
FROM 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
2222
RUN git clone --depth 1 https://github.com/virtuald/curvesapi curvesapi
2323
COPY *.sh *.java $SRC/
2424
WORKDIR $SRC/curvesapi

projects/exp4j/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#
1515
##########################################################################
1616
FROM 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
2222
RUN git clone --depth 1 https://github.com/fasseg/exp4j exp4j
2323
COPY *.sh *.java $SRC/
2424
WORKDIR $SRC/exp4j

projects/jsemver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#
1515
##########################################################################
1616
FROM 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
2222
RUN git clone --depth 1 https://github.com/zafarkhaja/jsemver jsemver
2323
COPY *.sh *.java $SRC/
2424
WORKDIR $SRC/jsemver

0 commit comments

Comments
 (0)