Browse Source

Update 'setup.sh'

abdofarag 5 years ago
parent
commit
bffc721585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -14,7 +14,7 @@ apt update && apt upgrade -y
 apt-get install -y apt-transport-https ca-certificates curl software-properties-common
 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
 add-apt-repository "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $(lsb_release -cs) stable"
-apt-get update && apt-get install -y docker-ce=$(apt-cache madison docker-ce | grep 18.03 | head -1 | awk '{print $3}')
+apt-get update && apt-get install -y docker-ce=$(apt-cache madison docker-ce | grep 18.06 | head -1 | awk '{print $3}')
 
 fi