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 0afd01c9406 Upgrade Camel version in Camel JBang docker file to 4.1.0 
(#11891)
0afd01c9406 is described below

commit 0afd01c9406f610c49f46944ae311500e9e6fa96
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Thu Nov 2 14:23:13 2023 +0100

    Upgrade Camel version in Camel JBang docker file to 4.1.0 (#11891)
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.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 8be4955f036..3c8d24b273e 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -19,5 +19,5 @@ FROM docker.io/jbangdev/jbang-action
 
 RUN jbang trust add https://github.com/apache/camel
     
-ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.0.1", "camel@apache/camel"]
+ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.1.0", "camel@apache/camel"]
 

Reply via email to