From c7341998bc6e94b5ea2833148090c6a8e6fbfcc0 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sun, 6 Mar 2016 17:21:49 +0100 Subject: [PATCH] install docker-engine 1.10.2 --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 71dbdbb0..49fbe713 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -165,7 +165,7 @@ apt-get dist-upgrade -y # Let's install docker fuECHO "### Installing docker-engine." -apt-get install docker-engine=1.10.1-0~trusty -y +apt-get install docker-engine=1.10.2-0~trusty -y # Let's add proxy settings to docker defaults if [ -f $myPROXYFILEPATH ];