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

asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new d73a011f70 Bump the version of Maven in the Dockerfile (#11994)
d73a011f70 is described below

commit d73a011f700ce2a1bc77658eb6aefece7eceeb76
Author: Benedict Jin <asdf2...@apache.org>
AuthorDate: Wed Aug 31 22:54:24 2022 +0800

    Bump the version of Maven in the Dockerfile (#11994)
---
 distribution/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/docker/Dockerfile b/distribution/docker/Dockerfile
index 69867d158f..3b22e9d03b 100644
--- a/distribution/docker/Dockerfile
+++ b/distribution/docker/Dockerfile
@@ -18,7 +18,7 @@
 #
 
 ARG JDK_VERSION=8
-FROM maven:3.8.1-jdk-11-slim as builder
+FROM maven:3.8.4-jdk-11-slim as builder
 # Rebuild from source in this stage
 # This can be unset if the tarball was already built outside of Docker
 ARG BUILD_FROM_SOURCE="true"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to