diff --git a/Makefile b/Makefile index 37e8a65dc..ecfaa5f21 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ SCOPE_UI_BUILD_UPTODATE=.scope_ui_build.uptodate SCOPE_BACKEND_BUILD_IMAGE=$(DOCKERHUB_USER)/scope-backend-build SCOPE_BACKEND_BUILD_UPTODATE=.scope_backend_build.uptodate SCOPE_VERSION=$(shell git rev-parse --short HEAD) -WEAVENET_VERSION=1.9.0 +WEAVENET_VERSION=2.1.3 DOCKER_VERSION=1.13.1 DOCKER_DISTRIB=.pkg/docker-$(DOCKER_VERSION).tgz DOCKER_DISTRIB_URL=https://get.docker.com/builds/Linux/x86_64/docker-$(DOCKER_VERSION).tgz