File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM exoplatform/ci:jdk17-ubuntu22
9
9
LABEL MAINTAINER
"eXo Platform <[email protected] >"
10
10
11
11
# CI Tools version
12
- ENV MAVEN_VERSION=4.0.0-beta-4
12
+ ENV MAVEN_VERSION=4.0.0-beta-5
13
13
# Install Maven
14
14
RUN mkdir -p /usr/share/maven \
15
15
&& curl -fsSL http://archive.apache.org/dist/maven/maven-4/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM exoplatform/ci:jdk21-ubuntu22
9
9
LABEL MAINTAINER
"eXo Platform <[email protected] >"
10
10
11
11
# CI Tools version
12
- ENV MAVEN_VERSION=4.0.0-beta-4
12
+ ENV MAVEN_VERSION=4.0.0-beta-5
13
13
# Install Maven
14
14
RUN mkdir -p /usr/share/maven \
15
15
&& curl -fsSL http://archive.apache.org/dist/maven/maven-4/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz \
You can’t perform that action at this time.
0 commit comments