We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e534ba8 commit 3d9cfb6Copy full SHA for 3d9cfb6
projects/undertow/Dockerfile
@@ -14,10 +14,10 @@
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 -o maven.zip && \
+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 && \
18
unzip maven.zip -d $SRC/maven && \
19
rm -rf maven.zip
20
-ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
+ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
21
RUN git clone --depth 1 https://github.com/undertow-io/undertow undertow
22
COPY *.sh *.java $SRC/
23
WORKDIR $SRC/undertow
0 commit comments