From 15062d2ec639eb1736b8f1f73e2fe2d7e0f7f9c4 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Mon, 9 Jul 2018 22:41:43 +0200 Subject: [PATCH] update Dockefile Upgrade Ubuntu version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13a53d9..5b0aab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:18.04 # Set version and github repo which you want to build from ENV GITHUB_OWNER druid-io