Skip to content

Commit 6dd3bc7

Browse files
fix: maven installation url
1 parent 5e46af6 commit 6dd3bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apk update && apk add bash && apk add curl && apk add jq && apk add --update
2929
&& export PATH=$PATH:/app/
3030

3131
# Downloading and installing Maven
32-
ARG MAVEN_VERSION=3.6.3
32+
ARG MAVEN_VERSION=3.9.2
3333
ARG USER_HOME_DIR="/root"
3434
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
3535
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \

0 commit comments

Comments
 (0)