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 d4613ec2c191 Camel-Jbang: Make container file point to 4.16.0 commit
d4613ec2c191 is described below

commit d4613ec2c191bd0322069ea113c0368f96357b74
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Nov 11 11:33:21 2025 +0100

    Camel-Jbang: Make container file point to 4.16.0 commit
    
    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 4af6e3b72052..3fca4f8c975a 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -20,7 +20,7 @@ FROM eclipse-temurin:21-jdk
 # Set Versions, JBang Path and commit ID of the specific version of 
dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
 ENV JBANG_VERSION=0.132.1 \
     CAMEL_VERSION=4.16.0 \
-    CAMEL_JBANG_COMMIT=ff2828529a40c8d4ab39d405beb0885aa1413a7d \
+    CAMEL_JBANG_COMMIT=ef3dc3fab7c8ca87f307e85358b3f738468f369b \
     JBANG_PATH=/usr/local/bin
 
 # Download JBang, create camel exec, set JBang version, trust camel sources 
and download camel DEPS by running camel

Reply via email to