mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Merge pull request #3718 from nats-io/go-get-nsc-v2
Update nsc go install to use go modules
This commit is contained in:
@@ -9,7 +9,7 @@ RUN mkdir -p src/github.com/nats-io && \
|
||||
cd natscli/nats && \
|
||||
go build -ldflags "-w -X main.version=${VERSION}" -o /nats
|
||||
|
||||
RUN go install github.com/nats-io/nsc@latest
|
||||
RUN go install github.com/nats-io/nsc/v2@latest
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user