Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 5, 2023
1 parent 2677d1b commit ddb79c9
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.14.1-jre-buster
FROM openjdk:11.0-jre-buster
# Add the service itself
COPY --from=maven target/hell-on-world-rest-*.jar /usr/share/javalin/

Expand Down

0 comments on commit ddb79c9

Please sign in to comment.