Skip to content

Commit

Permalink
Upgrading to docker image with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ma.schmidt.de committed Jul 20, 2020
1 parent 6e30d06 commit d0bcf7d
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
@@ -1,4 +1,4 @@
FROM openjdk:8
FROM openjdk:11
ARG JAR_FILE
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit d0bcf7d

Please sign in to comment.