Skip to content

Commit

Permalink
Fix nsc in nightly (#4063)
Browse files Browse the repository at this point in the history
Pin to the v2 version from nsc instead.
  • Loading branch information
wallyqs committed Apr 17, 2023
2 parents 33f23be + dea7fc0 commit d62ccc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.nightly
Expand Up @@ -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

Expand Down

0 comments on commit d62ccc7

Please sign in to comment.