diff --git a/Dockerfile b/Dockerfile index 28345b6..8077b79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,5 @@ RUN xk6 build --output /k6 \ --with github.com/grafana/xk6-loki@v${XK6_LOKI_VERSION} # Use the operator's base image and override the k6 binary -FROM grafana/k6:${GRAFANA_K6_VERSION} +FROM grafana/k6:0.56.0 COPY --from=builder /k6 /usr/bin/k6 \ No newline at end of file