From fe17bc04440a8fd65d8f24c7f29f9f6efe50a58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Gon=C3=A7alves?= Date: Wed, 26 Nov 2014 22:55:23 +0000 Subject: [PATCH] Specify ubuntu version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4b27a4..ca3afee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:12.04 MAINTAINER Max Gonzih RUN apt-get -y update