This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.14.x by this push:
new 5b5d1dc05be0 Bump camel-jbang container to Camel 4.14.1
5b5d1dc05be0 is described below
commit 5b5d1dc05be0f9e90c2258eba5a08c100b2b81e1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Oct 6 09:25:46 2025 +0200
Bump camel-jbang container to Camel 4.14.1
Signed-off-by: Andrea Cosentino <[email protected]>
---
dsl/camel-jbang/camel-jbang-container/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dsl/camel-jbang/camel-jbang-container/Dockerfile
b/dsl/camel-jbang/camel-jbang-container/Dockerfile
index 4841d105f2dc..c5914da43e3f 100644
--- a/dsl/camel-jbang/camel-jbang-container/Dockerfile
+++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile
@@ -19,7 +19,7 @@ FROM mirror.gcr.io/library/eclipse-temurin:21-jdk
ENV JBANG_VERSION=0.127.18
# /!\ 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"]