Skip to content

Commit

Permalink
Update openjdk Docker tag to v11.0.16-jre-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2023
1 parent 847c083 commit e3bfae8
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 @@ -4,7 +4,7 @@ WORKDIR /home/gradle/src
RUN gradle build --no-daemon


FROM openjdk:11-jre-slim
FROM openjdk:11.0.16-jre-slim
COPY --from=build /home/gradle/src/build/libs/*all.jar /app/DiscordLanguageGaming.jar

ENTRYPOINT ["java", "-jar", "/app/DiscordLanguageGaming.jar"]

0 comments on commit e3bfae8

Please sign in to comment.