diff --git a/app-web.Dockerfile b/app-web.Dockerfile index 3824a846c..b36779958 100644 --- a/app-web.Dockerfile +++ b/app-web.Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.8.6-jdk-11 AS build +FROM maven:3-eclipse-temurin-17 AS build # Proxies ARG HTTP_PROXY @@ -18,7 +18,6 @@ ARG DISABLE_DEBUG_GUI # Log properties ARG LOG_SETTINGS=fr/insee/config/log4j2.xml - COPY . /usr/src/app/ # Run a conditional script for the maven build diff --git a/app-ws.Dockerfile b/app-ws.Dockerfile index 3516995f8..a354ce170 100644 --- a/app-ws.Dockerfile +++ b/app-ws.Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.8.6-jdk-11 AS build +FROM maven:3-eclipse-temurin-17 AS build # Proxies ARG HTTP_PROXY