From 71f9471b59d4224ffd280df8eab0305c9de1d810 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 05:47:26 +0000 Subject: [PATCH] chore(deps): update eclipse-temurin docker tag to v25.0.2_10-jre --- onyxia-api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onyxia-api/Dockerfile b/onyxia-api/Dockerfile index 7ea55614..c8b2cf68 100644 --- a/onyxia-api/Dockerfile +++ b/onyxia-api/Dockerfile @@ -1,9 +1,9 @@ -FROM eclipse-temurin:25.0.1_8-jre AS extract +FROM eclipse-temurin:25.0.2_10-jre AS extract ARG JAR_FILE=target/*.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=tools -jar application.jar extract --layers --launcher --destination output -FROM eclipse-temurin:25.0.1_8-jre +FROM eclipse-temurin:25.0.2_10-jre WORKDIR /app # Install helm COPY install-helm.sh install-helm.sh