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

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

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


##########
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:
   As you wish but it could be any version of Go, we don't really care as you already have understood



-- 
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