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