Skip to content

Commit

Permalink
Fixed docker base image for simpler with even less known security iss…
Browse files Browse the repository at this point in the history
…ues.
  • Loading branch information
ttrzcinski committed Jan 24, 2024
1 parent c6c6cfe commit 3e7d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 3e7d690

Please sign in to comment.