Skip to content

Commit bbc3ecb

Browse files
committed
fix version for k6 base image and all extensions bundled together #2
1 parent ae396ec commit bbc3ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ RUN go install go.k6.io/xk6/cmd/xk6@latest
55
RUN xk6 build --output /k6 --with github.com/GhMartingit/xk6-mongo@v0.1.3 --with github.com/grafana/xk6-sql-driver-postgres@v0.1.0 --with github.com/grafana/xk6-sql@v1.0.1 --with github.com/grafana/xk6-loki@v1.0.0
66

77
# Use the operator's base image and override the k6 binary
8-
FROM grafana/k6@v0.56.0
8+
FROM grafana/k6:0.56.0
99
COPY --from=builder /k6 /usr/bin/k6

0 commit comments

Comments
 (0)