This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.18.x by this push:
new a33dd62396ab Align commit for the next 4.18.0 Camel-Jbang container
release
a33dd62396ab is described below
commit a33dd62396ab0aa9f72c3103a27756c38f7a0ed7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 23 10:27:31 2026 +0100
Align commit for the next 4.18.0 Camel-Jbang container release
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 9194adf0759a..4328826220db 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.137.0 \
CAMEL_VERSION=4.18.0 \
- CAMEL_JBANG_COMMIT=c955dff71d90e5c5bc853edb11dd48782b588deb \
+ CAMEL_JBANG_COMMIT=dc24bdca6b963ce9166ef473681ba8a2cc7da11e \
JBANG_PATH=/opt/jbang
RUN mkdir $JBANG_PATH && chown ubuntu:ubuntu $JBANG_PATH