Skip to content

Commit

Permalink
Merge pull request #3 from voruti/renovate/openjdk-11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti authored May 4, 2023
2 parents 2cdafd0 + e3bfae8 commit f522ad3
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 f522ad3

Please sign in to comment.