From e14d4988196591d5e2f28f629f8083c9354ce37b Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 14 Mar 2024 09:07:36 +0300 Subject: [PATCH] #44 maven up --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5e0855..7fef33e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -190,7 +190,7 @@ RUN echo 'export PATH=${PATH}:/usr/lib/postgresql/14/bin' >> /root/.profile \ # Postgresql service has to be started using `sudo /etc/init.d/postgresql start` in .rultor.yml # Maven -ENV MAVEN_VERSION 3.9.5 +ENV MAVEN_VERSION 3.9.6 ENV M2_HOME "/usr/local/apache-maven/apache-maven-${MAVEN_VERSION}" RUN echo 'export M2_HOME=/usr/local/apache-maven/apache-maven-${MAVEN_VERSION}' >> /root/.profile \ && wget --quiet "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \