From 55c04ccac0a3f9a04bc004ed065eaf4a8aeae925 Mon Sep 17 00:00:00 2001 From: Lubomir Marton Date: Wed, 2 Oct 2019 08:01:52 +0200 Subject: [PATCH] Update Dockerfile Switch to Java 11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94bcac4..de4aa27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo RUN yum -y update RUN yum -y install \ - zulu-8 \ + zulu-11 \ cron \ supervisor \ libcurl \