This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 85b8ab344a4 upgrade jbang
85b8ab344a4 is described below

commit 85b8ab344a4627ef1c9a20eda554d8f947975a92
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 2 10:14:12 2025 +0200

    upgrade jbang
---
 dsl/camel-jbang/camel-jbang-container/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-container/Dockerfile 
b/dsl/camel-jbang/camel-jbang-container/Dockerfile
index c0e05ed1d0b..2afd9c7349c 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -17,9 +17,9 @@
 
 FROM mirror.gcr.io/library/eclipse-temurin:21-jdk
 
-ENV JBANG_VERSION=0.129.0
+ENV JBANG_VERSION=0.132.0
 # /!\ Camel version must be changed in the entrypoint line too
-ENV CAMEL_VERSION=4.14.0
+ENV CAMEL_VERSION=4.14.1
 
 RUN wget -c 
https://github.com/jbangdev/jbang/releases/download/v$JBANG_VERSION/jbang.tar 
-O - | tar xv && \
     chmod +x jbang/bin/jbang
@@ -31,4 +31,4 @@ 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.14.0", "camel@apache/camel"]
+ENTRYPOINT [ "jbang", "-Dcamel.jbang.version=4.14.1", "camel@apache/camel"]

Reply via email to