From 1c5279907eb413ac881d9907bc9d25c2141ce774 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 15 Feb 2016 18:07:03 +0100 Subject: [PATCH] update docker 1.10.1-0~trusty --- installer/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index e2ae0f1d..89758753 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -3,7 +3,7 @@ # T-Pot post install script # # Ubuntu server 14.04.3, x64 # # # -# v16.03.8 by mo, DTAG, 2016-02-12 # +# v16.03.9 by mo, DTAG, 2016-02-15 # ######################################################## # Type of install, SENSOR, INDUSTRIAL or FULL? @@ -165,7 +165,7 @@ apt-get dist-upgrade -y # Let's install docker fuECHO "### Installing docker-engine." -apt-get install docker-engine=1.10.0-0~trusty -y +apt-get install docker-engine=1.10.1-0~trusty -y # Let's add proxy settings to docker defaults if [ -f $myPROXYFILEPATH ];