From efdc8dee9a7bead8cf0abcb311f769f6fcc1b31f Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 28 Mar 2018 20:26:30 +0000 Subject: [PATCH] Change to docker fork of moby-components Signed-off-by: Eli Uriegas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ef8430ba3..8c30ea6084 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CLI_DIR:=$(CURDIR)/components/cli ENGINE_DIR:=$(CURDIR)/components/engine PACKAGING_DIR:=$(CURDIR)/components/packaging MOBY_COMPONENTS_SHA=ab7c118272b02d8672dc0255561d0c4015979780 -MOBY_COMPONENTS_URL=https://raw.githubusercontent.com/shykes/moby-extras/$(MOBY_COMPONENTS_SHA)/cmd/moby-components +MOBY_COMPONENTS_URL=https://raw.githubusercontent.com/docker/moby-extras/$(MOBY_COMPONENTS_SHA)/cmd/moby-components MOBY_COMPONENTS=.helpers/moby-components-$(MOBY_COMPONENTS_SHA) VERSION=$(shell cat VERSION)