Skip to content

Commit 3d9cfb6

Browse files
authored
undertow: bump Maven (#15001)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent e534ba8 commit 3d9cfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/undertow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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 -o maven.zip && \
17+
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -o maven.zip && \
1818
unzip maven.zip -d $SRC/maven && \
1919
rm -rf maven.zip
20-
ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
20+
ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
2121
RUN git clone --depth 1 https://github.com/undertow-io/undertow undertow
2222
COPY *.sh *.java $SRC/
2323
WORKDIR $SRC/undertow

0 commit comments

Comments
 (0)