diff --git a/Dockerfile b/Dockerfile index ea18278..36556ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN mvn dependency:go-offline -B # RUN mvn package RUN mvn clean install package -FROM openjdk:11-jre-slim-bullseye +FROM openjdk:11-jre-stretch # Add the service itself COPY --from=maven target/hell-on-world-rest-*.jar /usr/share/javalin/