Skip to content

Commit

Permalink
Upgrade mvn to 3.9.5, update java to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Nov 25, 2023
1 parent f06f2be commit 5897045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM maven:3.6.3-jdk-8 as build
FROM maven:3.9.5-eclipse-temurin-21 as build

WORKDIR /graphhopper

COPY graphhopper .

RUN mvn clean install

FROM openjdk:11.0-jre
FROM eclipse-temurin:21.0.1_12-jre

ENV JAVA_OPTS "-Xmx1g -Xms1g"

Expand Down

0 comments on commit 5897045

Please sign in to comment.