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 16ac49c98c2 Moving camel-jbang image to Camel 4.0.1
16ac49c98c2 is described below

commit 16ac49c98c2417b99917e6f3e7273e6051bf15d9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 26 11:44:36 2023 +0200

    Moving camel-jbang image to Camel 4.0.1
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 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 1e448e4771e..8be4955f036 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.0", "camel@apache/camel"]
+ENTRYPOINT [ "jbang",  "-Dcamel.jbang.version=4.0.1", "camel@apache/camel"]
 

Reply via email to