This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.10.x by this push:
new 6cf6e8e8981 Align to 4.10.6 in dockerfile for jbang
6cf6e8e8981 is described below
commit 6cf6e8e8981a5e04b63fb52447691af9b9e6df5c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jul 1 18:15:25 2025 +0200
Align to 4.10.6 in dockerfile for jbang
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 0162bff4699..5b66078fd6d 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -32,6 +32,6 @@ RUN jbang trust add https://github.com/apache/camel
# used to initiliaze dependencies in the docker image
RUN jbang -Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel version
-ENTRYPOINT [ "jbang", "-Dcamel.jbang.version=4.10.5", "camel@apache/camel"]
+ENTRYPOINT [ "jbang", "-Dcamel.jbang.version=4.10.6", "camel@apache/camel"]