This is an automated email from the ASF dual-hosted git repository.
oscerd 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 3a435dcc4e04 Update the sha for releasing camel-jbang docker 4.18.2
3a435dcc4e04 is described below
commit 3a435dcc4e041d27b98baf7655647ba865884e4e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 22 14:29:51 2026 +0200
Update the sha for releasing camel-jbang docker 4.18.2
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 ebb5defe8ae1..d110ee805b38 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.2 \
- CAMEL_JBANG_COMMIT=64af361794701d04c69aa1489a78d65247c6bf9b \
+ CAMEL_JBANG_COMMIT=c2f2fdd2faf1ac072ee5b411e006d7367338985b \
JBANG_PATH=/opt/jbang
RUN mkdir $JBANG_PATH && chown ubuntu:ubuntu $JBANG_PATH