gansheer commented on code in PR #4517: URL: https://github.com/apache/camel-k/pull/4517#discussion_r1243247993
########## build/Dockerfile: ########## @@ -56,3 +56,11 @@ RUN mkdir -p /etc/maven/m2 \ USER 1000 ADD build/_output/bin/kamel /usr/local/bin/kamel + +FROM golang:1.19 as go Review Comment: If it has no impact I would prefer. To be honest it more a maintenance concern. It would probably make is easier when we upgrade the golang version project-wide. We already have 2 different version of temurin image, I feel that is enough :smile: . -- 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]
