Skip to content

Commit

Permalink
Fixed docker base image for simpler with less known security issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrzcinski committed Jan 24, 2024
1 parent c454564 commit 06e6139
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.0-jre-buster
FROM 11-jre-slim-bullseye
# Add the service itself
COPY --from=maven target/hell-on-world-rest-*.jar /usr/share/javalin/

Expand Down

0 comments on commit 06e6139

Please sign in to comment.