Skip to content

Commit 888e3c7

Browse files
committed
Upgrade jbang
1 parent 173fdaf commit 888e3c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user-manual/modules/ROOT/pages/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Once JBang is installed, you should be able to make sure it works by calling the
3535
[source,bash]
3636
----
3737
$ jbang version
38-
0.137.0
38+
0.138.0
3939
----
4040

4141
After this then install Camel into JBang as follows:
@@ -50,7 +50,7 @@ Then you can check that Camel is installed and working by executing:
5050
[source,bash]
5151
----
5252
$ camel version
53-
JBang version: 0.137.0
53+
JBang version: 0.138.0
5454
Camel JBang version: 4.18.0
5555
----
5656

dsl/camel-jbang/camel-jbang-container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
FROM eclipse-temurin:21-jdk
1919

2020
# Set Versions, JBang Path and commit ID of the specific version of dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
21-
ENV JBANG_VERSION=0.137.0 \
22-
CAMEL_VERSION=4.18.1 \
21+
ENV JBANG_VERSION=0.138.0 \
22+
CAMEL_VERSION=4.18.2 \
2323
CAMEL_JBANG_COMMIT=c955dff71d90e5c5bc853edb11dd48782b588deb \
2424
JBANG_PATH=/opt/jbang
2525

0 commit comments

Comments
 (0)