Skip to content

Commit

Permalink
chore: using natscli from main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes committed Nov 21, 2024
1 parent 979f567 commit 58d4436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/bytecodealliance/wrpc:cb43ec8 AS wrpc
FROM golang:1.23 AS build
WORKDIR /go/src/xk6-wrpc
RUN go install go.k6.io/xk6/cmd/xk6@latest
RUN CGO_ENABLED=0 go install github.com/nats-io/natscli/nats@latest
RUN CGO_ENABLED=0 go install github.com/nats-io/natscli/nats@main
RUN CGO_ENABLED=0 go install github.com/rakyll/[email protected]
COPY . .
RUN xk6 build --with xk6-wrpc=. --with github.com/grafana/xk6-dashboard@latest
Expand Down

0 comments on commit 58d4436

Please sign in to comment.