You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2022/10/20 08:54:39 UTC

[jspwiki] branch master updated: Build on Dockerfile using JDK-11

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 663347128 Build on Dockerfile using JDK-11
663347128 is described below

commit 663347128a3a51be088233d10dc17b7b4fc662fc
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Thu Oct 20 10:54:35 2022 +0200

    Build on Dockerfile using JDK-11
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ddf61c3eb..361c682f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-FROM maven:3.8-jdk-8 as package
+FROM maven:3.8-jdk-11 as package
 
 WORKDIR /tmp