From d3615cb1d931b1c27904f1a8f2c302b3071680a0 Mon Sep 17 00:00:00 2001 From: Blake Date: Tue, 5 Dec 2017 17:38:53 -0800 Subject: [PATCH] Fix URL for Docker 17.03.2 on Debian Stretch --- nodeup/pkg/model/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeup/pkg/model/docker.go b/nodeup/pkg/model/docker.go index 909f7881f8eaa..dd6ebdacae45e 100644 --- a/nodeup/pkg/model/docker.go +++ b/nodeup/pkg/model/docker.go @@ -369,7 +369,7 @@ var dockerVersions = []dockerVersion{ Distros: []distros.Distribution{distros.DistributionDebian9}, Architectures: []Architecture{ArchitectureAmd64}, Version: "17.03.2~ce-0~debian-stretch", - Source: "http://download.docker.com/linux/debian/dists/jessie/pool/stable/amd64/docker-ce_17.03.2~ce-0~debian-stretch_amd64.deb", + Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.03.2~ce-0~debian-stretch_amd64.deb", Hash: "36773361cf44817371770cb4e6e6823590d10297", Dependencies: []string{"bridge-utils", "libapparmor1", "libltdl7", "perl"}, },