Skip to content

Commit 28b895a

Browse files
authored
kryo: bump Maven (#14998)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent 04e688e commit 28b895a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/kryo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder-jvm
1818

19-
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 && \
19+
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 && \
2020
unzip maven.zip -d $SRC/maven && \
2121
rm -rf maven.zip
2222

23-
ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
23+
ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
2424

2525
RUN git clone --depth 1 https://github.com/EsotericSoftware/kryo
2626

0 commit comments

Comments
 (0)