From ef560ac435e6fee585eef38c3513f30ebc7a2a80 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Thu, 6 Feb 2020 13:03:25 -0500
Subject: [PATCH] switch back to upstream's source for shapeshifter-dispatcher,
 they claim the build is fixed

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 6d87c85..197c787 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
 # don't need to do bash tricks to keep the layers small, as this is a multi-stage build
 ENV GOPATH=/go
 WORKDIR $GOPATH
-RUN go get -u 0xacab.org/leap/shapeshifter-dispatcher/shapeshifter-dispatcher
+RUN go get -u github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher
 RUN strip $GOPATH/bin/shapeshifter-dispatcher
 RUN go get -u github.com/kumina/openvpn_exporter
 RUN strip $GOPATH/bin/openvpn_exporter
-- 
GitLab