Skip to content

Commit 249896e

Browse files
author
xlui
committed
Maven with JDK 15
1 parent f2a48b5 commit 249896e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM maven:3.6-openjdk-11-slim
1+
FROM maven:3.6-openjdk-15
22

33
LABEL "name"="Maven CLI For GitHub Actions"
44
LABEL "maintainer"="xlui <i@xlui.me>"
55
LABEL "version"="2.0"
6+
LABEL "openjdk"="15"
67

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

0 commit comments

Comments
 (0)