From 76a311b9eb9016c318c6e036f812439e40a3b13c Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Fri, 10 Aug 2018 09:46:56 +0200 Subject: [PATCH] Update Dockerfile Ubuntu release upgraded to 16.04 LTS Upgrade version : 0.12.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73ecd84..e9a5abd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 # Set version and github repo which you want to build from ENV GITHUB_OWNER druid-io -ENV DRUID_VERSION 0.12.1 +ENV DRUID_VERSION 0.12.2 ENV ZOOKEEPER_VERSION 3.4.10 # Java 8