Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven:maven-core to v3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and silvestre committed Sep 3, 2024
1 parent 8ea9d6e commit d778d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download

# get maven
# renovate: datasource=maven depName=org.apache.maven:maven-core
ARG MAVEN_VERSION=3.9.8
ARG MAVEN_VERSION=3.9.9
ENV MAVEN_HOME /opt/maven
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 && \
tar xzf /tmp/apache-maven-${MAVEN_VERSION}.tar.gz -C /opt/ && \
Expand Down

0 comments on commit d778d7f

Please sign in to comment.