From c6455c41a0b40857b355e8f912e7efe1345e93bb Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Mon, 11 Dec 2017 11:33:17 +0000 Subject: [PATCH] bump embedded Weave Net version to 2.1.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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