From 10f6ccf520e0bd1f1b06da4da3be687f2e6cc1c4 Mon Sep 17 00:00:00 2001 From: BastiOfBerlin Date: Mon, 31 Oct 2016 12:01:30 +0100 Subject: [PATCH] Upgrade to Ubuntu 16.04 Use Ubuntu 16.04 LTS, since 15.10 isn't supported anymore (since July 28th, 2016) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eef5e6b..cf142d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:15.10 +FROM ubuntu:16.04 MAINTAINER alex.devalx@gmail.com