Skip to content

Commit

Permalink
K6 runner: ping xk6-kubernetes version
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
  • Loading branch information
JorTurFer authored Aug 23, 2023
1 parent e5345f6 commit 5586899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETARCH
RUN go install go.k6.io/xk6/cmd/xk6@latest
RUN GOOS="${TARGETOS}" GOARCH="${TARGETARCH}" xk6 build \
--output /tmp/k6 \
--with github.com/grafana/xk6-kubernetes@latest \
--with github.com/grafana/xk6-kubernetes@ad619e1 \
--with github.com/grafana/xk6-disruptor@latest \
--with github.com/JorTurFer/xk6-input-prometheus@latest

Expand Down

0 comments on commit 5586899

Please sign in to comment.