Skip to content

Commit

Permalink
Merge branch 'master' into operator-api-authz
Browse files Browse the repository at this point in the history
  • Loading branch information
dapr-bot committed Jan 10, 2024
2 parents a2a051b + 2b0332a commit e953fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/perf/k6-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.21 as builder

RUN go install go.k6.io/xk6/cmd/xk6@latest
RUN xk6 build --output /k6 --with github.com/grafana/xk6-output-prometheus-remote@v0.1.0 --with github.com/grafana/xk6-disruptor@350f53204c65040e71757f98a330665a8f189f91
RUN xk6 build --output /k6 --with github.com/grafana/xk6-output-prometheus-remote@v0.3.1 --with github.com/grafana/xk6-disruptor@350f53204c65040e71757f98a330665a8f189f91

# Use the operator's base image and override the k6 binary
FROM loadimpact/k6:latest
Expand Down

0 comments on commit e953fc8

Please sign in to comment.