From 249896efd56e7c2dba0cb51d120422f2ec85c5b7 Mon Sep 17 00:00:00 2001 From: xlui Date: Sun, 25 Oct 2020 14:02:35 +0800 Subject: [PATCH] Maven with JDK 15 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 145c0ec..39f7d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " 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"