Akshat-Jain commented on code in PR #17578:
URL: https://github.com/apache/druid/pull/17578#discussion_r1888635246


##########
distribution/docker/Dockerfile:
##########
@@ -23,7 +23,7 @@ ARG JDK_VERSION=17
 # This is because it's not able to build the distribution on arm64 due to 
dependency problem of web-console. See: 
https://github.com/apache/druid/issues/13012
 # Since only java jars are shipped in the final image, it's OK to build the 
distribution on x64.
 # Once the web-console dependency problem is resolved, we can remove the 
--platform directive.
-FROM --platform=linux/amd64 maven:3.8.4-openjdk-17-slim as builder
+FROM --platform=linux/amd64 maven:3.9 as builder

Review Comment:
   PS: Thanks @kgyrtkirk for the guidance on this! :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to