Skip to content

Commit 88d8897

Browse files
authored
evo-inflector: bump Maven (#15008)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent 8462f41 commit 88d8897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/evo-inflector/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/atteo/evo-inflector evo-inflector
2323
COPY *.sh *.java $SRC/
2424
WORKDIR $SRC/evo-inflector

0 commit comments

Comments
 (0)