We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a48b5 commit 249896eCopy full SHA for 249896e
Dockerfile
@@ -1,8 +1,9 @@
1
-FROM maven:3.6-openjdk-11-slim
+FROM maven:3.6-openjdk-15
2
3
LABEL "name"="Maven CLI For GitHub Actions"
4
LABEL "maintainer"="xlui <i@xlui.me>"
5
LABEL "version"="2.0"
6
+LABEL "openjdk"="15"
7
8
LABEL "com.github.actions.name"="Maven CLI For GitHub Actions"
9
LABEL "com.github.actions.description"="Provide maven cli for GitHub Actions"
0 commit comments