You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/05/29 14:26:15 UTC

[camel] branch main updated: Moving camel-jbang to version 3.20.5 for container image

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 71cd00dda29 Moving camel-jbang to version 3.20.5 for container image
71cd00dda29 is described below

commit 71cd00dda299dbaf01d37e513471aa683e004f1a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 29 16:24:40 2023 +0200

    Moving camel-jbang to version 3.20.5 for container image
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 dsl/camel-jbang/camel-jbang-container/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-container/Dockerfile b/dsl/camel-jbang/camel-jbang-container/Dockerfile
index dae9a03a5cb..f71a6ce1846 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -17,5 +17,5 @@ FROM docker.io/jbangdev/jbang-action
 
 RUN jbang trust add https://github.com/apache/camel
     
-ENTRYPOINT [ "jbang",  "camel@apache/camel" ]
+ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=3.20.5", "camel@apache/camel"]