From 5b7b867c2b7896d8f4bc45d7cdc645bc570f035e Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 10 Aug 2018 12:07:11 +0000 Subject: [PATCH] Update to newest docker and compose --- group_vars/all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all b/group_vars/all index d0e664f..d43097b 100644 --- a/group_vars/all +++ b/group_vars/all @@ -1,8 +1,8 @@ --- # Variables listed here are applicable to all host groups -docker_compose_version_to_install: 1.18.0 -docker_ce_version_to_install: 17.09.1~ce-0~ubuntu +docker_compose_version_to_install: 1.22.0 +docker_ce_version_to_install: 18.03.1~ce-0~ubuntu nvm_version: v0.33.5 node_version: 8.4.0 registry_location: "registry.wimer.home:5000"