use new nats code location

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar
2020-12-11 11:23:47 +01:00
parent f992c30997
commit 52bae6539f

View File

@@ -4,7 +4,7 @@ RUN apk add --update git
RUN mkdir -p src/github.com/nats-io && \
cd src/github.com/nats-io/ && \
git clone https://github.com/nats-io/natscli.git && \
cd natscli && \
cd natscli/nats && \
go build -o /nats
RUN go get github.com/nats-io/nsc