Skip to content

Commit

Permalink
fix: docker maven temurin 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 25, 2024
1 parent fe9ac67 commit 9dfee6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app-web.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-ws.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9dfee6f

Please sign in to comment.