Skip to content

Commit

Permalink
updated maven version to 3.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dharmaiyan <[email protected]>
  • Loading branch information
xrajesh committed Mar 14, 2023
1 parent 2f9e2eb commit a4eab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.autotune
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y jav
&& microdnf clean all

RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
&& curl -fsSL -o /tmp/apache-maven.tar.gz https://apache.osuosl.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz \
&& curl -fsSL -o /tmp/apache-maven.tar.gz https://apache.osuosl.org/maven/maven-3/3.9.0/binaries/apache-maven-3.9.0-bin.tar.gz \
&& tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 \
&& rm -f /tmp/apache-maven.tar.gz \
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
Expand Down

0 comments on commit a4eab56

Please sign in to comment.