We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8462f41 commit 88d8897Copy full SHA for 88d8897
projects/evo-inflector/Dockerfile
@@ -14,11 +14,11 @@
14
#
15
##########################################################################
16
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 \
+RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip \
18
-o maven.zip && \
19
unzip maven.zip -d $SRC/maven && \
20
rm maven.zip
21
-ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
+ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
22
RUN git clone --depth 1 https://github.com/atteo/evo-inflector evo-inflector
23
COPY *.sh *.java $SRC/
24
WORKDIR $SRC/evo-inflector
0 commit comments