mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 11:18:51 +00:00
update docker 1.10.1-0~trusty
This commit is contained in:
parent
702de8c281
commit
1c5279907e
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue