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

riemer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5595409  Use minimum required Java version 11 in Dockerfile
5595409 is described below

commit 55954092ed7a9ab146853f7d23dc3ea0f533767c
Author: Dominik Riemer <rie...@fzi.de>
AuthorDate: Thu May 21 13:47:36 2020 +0200

    Use minimum required Java version 11 in Dockerfile
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 2287fad..f89f0f1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@
 # This is the image we'll use to execute the build (and give it the name 
'build').
 # (This image is based on Ubuntu)
 # Fixed version of this in order to have a fixed JDK version
-FROM azul/zulu-openjdk:8 as build
+FROM azul/zulu-openjdk:11 as build
 
 # Install some stuff we need to run the build
 RUN apt update -y

Reply via email to