From 5430c82b2b1dbdd43c89de419ef92b754bed4c91 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 8 May 2016 14:25:17 +0200 Subject: [PATCH] use the latest ubuntu lts in docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29efb93..a7eb16c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # initialize from the image -FROM ubuntu:14.04 +FROM ubuntu:16.04 # update repositories