Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 2c1454f

Browse files
authored
Update Dockerfile (#67)
1 parent 4c50299 commit 2c1454f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/maven-temurin-17/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN apt-get update \
1111
&& apt-get clean
1212

1313
# maven version > 3.6 is still not in ubuntu package managemant
14-
ENV MAVEN_VERSION=3.9.2
14+
ENV MAVEN_VERSION=3.9.3
1515
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
16+
&& ln -s /opt/apache-maven-${MAVEN_VERSION}/bin/mvn /usr/bin/mvn
1717

1818
# make cacerts for user accessable
1919
RUN chmod 666 /usr/lib/jvm/temurin*/lib/security/cacerts

0 commit comments

Comments
 (0)