From 2dde49a6073ff03fb10285be48a7be611a959dd7 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) Upstream-commit: 46a47f0dcbce1a4240bc970388dd09d029f82f61 Component: engine --- components/engine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index be2233ff87..8a8818d757 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -24,7 +24,7 @@ # docker-version 0.6.1 -FROM ubuntu:13.10 +FROM ubuntu:14.04 MAINTAINER Tianon Gravi (@tianon) # Packaged dependencies