From 46a47f0dcbce1a4240bc970388dd09d029f82f61 Mon Sep 17 00:00:00 2001 From: cyphar Date: Fri, 9 May 2014 20:36:58 +1000 Subject: [PATCH] Dockerfile: updated ubuntu release used for builds This patch just revs the Ubuntu release used for builds from 13.10 to 14.04. Docker-DCO-1.1-Signed-off-by: Aleksa Sarai (github: cyphar) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be2233ff87..8a8818d757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ # docker-version 0.6.1 -FROM ubuntu:13.10 +FROM ubuntu:14.04 MAINTAINER Tianon Gravi (@tianon) # Packaged dependencies