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 a009b02 commit 7200d06Copy full SHA for 7200d06
ci/dockerfiles/autoscaler-tools/Dockerfile
@@ -106,7 +106,7 @@ RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download
106
107
# get maven
108
# renovate: datasource=maven depName=org.apache.maven:maven-core
109
-ARG MAVEN_VERSION=3.9.6
+ARG MAVEN_VERSION=3.9.7
110
ENV MAVEN_HOME /opt/maven
111
RUN wget --no-verbose -O /tmp/apache-maven-${MAVEN_VERSION}.tar.gz http://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz && \
112
tar xzf /tmp/apache-maven-${MAVEN_VERSION}.tar.gz -C /opt/ && \
0 commit comments