From 938cc1e6947345ee34ea75eb3fcc59c4515c5da8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:00:30 +0000 Subject: [PATCH] chore(deps): update eclipse-temurin docker tag to v21.0.5_11-jre --- onyxia-api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onyxia-api/Dockerfile b/onyxia-api/Dockerfile index 9af0aa94..a4d19d75 100644 --- a/onyxia-api/Dockerfile +++ b/onyxia-api/Dockerfile @@ -1,9 +1,9 @@ -FROM eclipse-temurin:21.0.4_7-jre AS extract +FROM eclipse-temurin:21.0.5_11-jre AS extract ARG JAR_FILE=target/*.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract -FROM eclipse-temurin:21.0.4_7-jre +FROM eclipse-temurin:21.0.5_11-jre WORKDIR /app # Install helm COPY install-helm.sh install-helm.sh