Skip to content

Commit

Permalink
Merge pull request #3 from hypr2771/patch-1
Browse files Browse the repository at this point in the history
Update for up to JDK12
  • Loading branch information
LucaFeger authored Apr 14, 2019
2 parents 9d8f23a + 1f410e8 commit 765e218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.6.0-jdk-8-alpine
FROM maven:3.6.0-jdk-12-alpine

LABEL "name"="Maven CLI Action"
LABEL "maintainer"="Luca Feger <[email protected]>"
Expand All @@ -12,4 +12,4 @@ COPY LICENSE README.md /

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 765e218

Please sign in to comment.