From 00362dd9b3df78d62277f447a674b4b8eda1f6d0 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 15 Mar 2018 12:37:12 +0100 Subject: [PATCH] Use the currently specified docker-ce version Make sure the specific version, and not a newer one. --- install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ubuntu.sh b/install-ubuntu.sh index 8decb66..a23dd02 100755 --- a/install-ubuntu.sh +++ b/install-ubuntu.sh @@ -36,7 +36,7 @@ sudo add-apt-repository \ $(lsb_release -cs) \ stable" sudo apt update -sudo apt install docker-ce=17.12.1~ce-0~ubuntu +sudo apt install docker-ce=17.09.1~ce-0~ubuntu sudo apt-mark hold docker-ce # Install docker-compose