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 4c50299 commit 2c1454fCopy full SHA for 2c1454f
1 file changed
images/maven-temurin-17/Dockerfile
@@ -11,9 +11,9 @@ RUN apt-get update \
11
&& apt-get clean
12
13
# maven version > 3.6 is still not in ubuntu package managemant
14
-ENV MAVEN_VERSION=3.9.2
+ENV MAVEN_VERSION=3.9.3
15
RUN curl -fsSL https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz | tar -xzC /opt/ \
16
- && ln -s /opt/apache-maven-3.9.0/bin/mvn /usr/bin/mvn
+ && ln -s /opt/apache-maven-${MAVEN_VERSION}/bin/mvn /usr/bin/mvn
17
18
# make cacerts for user accessable
19
RUN chmod 666 /usr/lib/jvm/temurin*/lib/security/cacerts
0 commit comments