From: Jérôme Benoit Date: Fri, 12 May 2023 09:06:02 +0000 (+0200) Subject: Update maven to 3.9.2 X-Git-Url: https://git.piment-noir.org/?p=mbt-docker.git;a=commitdiff_plain;h=307f82c985b01ace099ab56dd5943ea7372f7c1b Update maven to 3.9.2 Signed-off-by: Jérôme Benoit --- diff --git a/Dockerfile b/Dockerfile index 7f88f98..62e94e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -168,7 +168,7 @@ RUN sapmachine_install() { \ # smoke test && java -version -ARG MAVEN_VERSION=3.9.1 +ARG MAVEN_VERSION=3.9.2 ARG BASE_URL=https://downloads.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries ENV MAVEN_HOME /usr/share/maven