Skip to content
Snippets Groups Projects
Commit 11fccf84 authored by erwan.salmon's avatar erwan.salmon
Browse files

Image Temurin 21

parent 8fffb2b4
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ cache: ...@@ -34,7 +34,7 @@ cache:
# Job Maven générique # Job Maven générique
.maven: .maven:
image: docker.io/maven:3.9.0-eclipse-temurin-17 image: docker.io/maven:3.9.6-eclipse-temurin-21
variables: variables:
# Configuration Maven # Configuration Maven
M2_SETTINGS: $CI_PROJECT_DIR/.m2-settings.xml M2_SETTINGS: $CI_PROJECT_DIR/.m2-settings.xml
......
FROM eclipse-temurin:17-jre FROM eclipse-temurin:21-jre
ARG app_jar=path/to/app.jar ARG app_jar=path/to/app.jar
COPY ${app_jar} app.jar COPY ${app_jar} app.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment