Skip to content

Commit

Permalink
Maven with JDK 15
Browse files Browse the repository at this point in the history
  • Loading branch information
xlui committed Oct 25, 2020
1 parent f2a48b5 commit 249896e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM maven:3.6-openjdk-11-slim
FROM maven:3.6-openjdk-15

LABEL "name"="Maven CLI For GitHub Actions"
LABEL "maintainer"="xlui <[email protected]>"
LABEL "version"="2.0"
LABEL "openjdk"="15"

LABEL "com.github.actions.name"="Maven CLI For GitHub Actions"
LABEL "com.github.actions.description"="Provide maven cli for GitHub Actions"
Expand Down

0 comments on commit 249896e

Please sign in to comment.