Skip to content
Snippets Groups Projects
Unverified Commit 4513a480 authored by micah's avatar micah :speech_balloon:
Browse files

Checkout the version of shapeshifter that was working before

parent e0ba9ed5
Branches
Tags
No related merge requests found
Pipeline #116234 passed
...@@ -10,7 +10,7 @@ RUN apt-get -q update \ ...@@ -10,7 +10,7 @@ RUN apt-get -q update \
ENV GOPATH=/go ENV GOPATH=/go
WORKDIR $GOPATH WORKDIR $GOPATH
RUN git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher /shapeshifter-dispatcher && cd /shapeshifter-dispatcher && /usr/lib/go-1.19/bin/go build RUN git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher /shapeshifter-dispatcher && cd /shapeshifter-dispatcher && git reset --hard 34bd4b3fe24537a8a7a827825a1a19f2ad13adae && /usr/lib/go-1.19/bin/go build
RUN strip /shapeshifter-dispatcher/shapeshifter-dispatcher RUN strip /shapeshifter-dispatcher/shapeshifter-dispatcher
RUN /usr/lib/go-1.19/bin/go install github.com/kumina/openvpn_exporter@latest RUN /usr/lib/go-1.19/bin/go install github.com/kumina/openvpn_exporter@latest
RUN strip $GOPATH/bin/openvpn_exporter RUN strip $GOPATH/bin/openvpn_exporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment