This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit a35efebe78ccc9575f6b4c944284bbc324dda452 Author: Marat Gubaidullin <[email protected]> AuthorDate: Thu Sep 12 09:11:54 2024 -0400 Update jbang --- karavan-devmode/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karavan-devmode/Dockerfile b/karavan-devmode/Dockerfile index 897b2e46..14548d84 100644 --- a/karavan-devmode/Dockerfile +++ b/karavan-devmode/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM maven:3.9.6-eclipse-temurin-17 +FROM maven:3.9.9-eclipse-temurin-17 LABEL "org.opencontainers.image.title"="karavan-devmode" LABEL "org.opencontainers.image.description"="Apache Camel Karavan DevMode" @@ -23,7 +23,7 @@ LABEL "org.opencontainers.image.version"="4.7.1" RUN apt-get update && apt-get install git && apt-get clean -ENV JBANG_VERSION=0.117.1 +ENV JBANG_VERSION=0.118.1 ENV CAMEL_VERSION=4.7.0 ENV KARAVAN="/karavan" ENV JBANG_DIR="$KARAVAN/.jbang"
