This is an automated email from the ASF dual-hosted git repository.

zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new a58e14401 update maven version to 3.9.11 for building dubbo-samples 
native image (#1250)
a58e14401 is described below

commit a58e14401b60e20a1b45434fd961d372257d2718
Author: Xibei <[email protected]>
AuthorDate: Fri Aug 22 18:44:22 2025 +0800

    update maven version to 3.9.11 for building dubbo-samples native image 
(#1250)
---
 test/dubbo-test-runner/src/native/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/dubbo-test-runner/src/native/Dockerfile 
b/test/dubbo-test-runner/src/native/Dockerfile
index 1f79fb643..fc77fa32b 100644
--- a/test/dubbo-test-runner/src/native/Dockerfile
+++ b/test/dubbo-test-runner/src/native/Dockerfile
@@ -20,9 +20,9 @@ RUN yum -y update && \
     yum install -y wget && \
     yum install -y gzip
 
-RUN wget 
https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz
 && \
-    tar xvf apache-maven-3.9.6-bin.tar.gz -C /opt && \
-    mv /opt/apache-maven-3.9.6/ /opt/maven
+RUN wget 
https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz
 && \
+    tar xvf apache-maven-3.9.11-bin.tar.gz -C /opt && \
+    mv /opt/apache-maven-3.9.11/ /opt/maven
 
 ENV MAVEN_HOME /opt/maven
 ENV PATH $MAVEN_HOME/bin:$PATH


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to