From 1da160f6710523e2a1cf889c8dc6bfe8706a46da Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sun, 4 Apr 2021 14:14:11 +0100 Subject: [PATCH] Update Weave Net dependency to 2.8.1 2.1.3 is very old, and seems to be failing the build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 525593d2a..47aa07e21 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ 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) GIT_REVISION=$(shell git rev-parse HEAD) -WEAVENET_VERSION=2.1.3 +WEAVENET_VERSION=2.8.1 RUNSVINIT=vendor/github.com/peterbourgon/runsvinit/runsvinit CODECGEN_DIR=vendor/github.com/ugorji/go/codec/codecgen CODECGEN_UID=0