We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e46af6 commit 6dd3bc7Copy full SHA for 6dd3bc7
core/Dockerfile
@@ -29,7 +29,7 @@ RUN apk update && apk add bash && apk add curl && apk add jq && apk add --update
29
&& export PATH=$PATH:/app/
30
31
# Downloading and installing Maven
32
-ARG MAVEN_VERSION=3.6.3
+ARG MAVEN_VERSION=3.9.2
33
ARG USER_HOME_DIR="/root"
34
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
35
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
0 commit comments