From 1889f4fca9c4c99f08a34cb19c2575a4145b3bf5 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Tue, 3 Mar 2015 16:55:13 +0500 Subject: [PATCH] ubuntu-console: use latest Ubuntu 14.04 image see https://registry.hub.docker.com/_/ubuntu/ --- scripts/extraimages/00-ubuntuconsole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extraimages/00-ubuntuconsole b/scripts/extraimages/00-ubuntuconsole index 486271ff..997d83c3 100644 --- a/scripts/extraimages/00-ubuntuconsole +++ b/scripts/extraimages/00-ubuntuconsole @@ -1,4 +1,4 @@ -FROM ubuntu:14.04.1 +FROM ubuntu:14.04 RUN apt-get update && \ apt-get upgrade --no-install-recommends -y && \ apt-get install -y --no-install-recommends openssh-server