You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "gansheer (via GitHub)" <gi...@apache.org> on 2023/06/27 07:00:58 UTC

[GitHub] [camel-k] gansheer commented on a diff in pull request #4517: Ref #4513: Allow to remote debug the Operator

gansheer commented on code in PR #4517:
URL: https://github.com/apache/camel-k/pull/4517#discussion_r1243231962


##########
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:
   Shouldn't this be set to the same version as the project 1.18 ? (even if it is mainly used to install dlv)



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org