Skip to content

Commit 7cf1f59

Browse files
mybatis-3: fix build (#14918)
1 parent 5e07b52 commit 7cf1f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/mybatis-3/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
##########################################################################
1616
FROM gcr.io/oss-fuzz-base/base-builder-jvm
1717

18-
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+
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip -o maven.zip && \
1919
unzip maven.zip -d $SRC/maven && \
2020
rm -rf maven.zip
2121

22-
ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
22+
ENV MVN $SRC/maven/apache-maven-3.9.11/bin/mvn
2323
ENV PATH="$JAVA_HOME/bin:$PATH"
2424
RUN git clone --depth 1 https://github.com/mybatis/mybatis-3 mybatis-3
2525
COPY *.sh *.java $SRC/

0 commit comments

Comments
 (0)