From a3e8c1ba2050885ffd2a7b3566abb0a8712ac72f Mon Sep 17 00:00:00 2001 From: Jean-Christophe LOSAPIO Date: Thu, 20 Feb 2025 18:02:56 +0100 Subject: [PATCH] add variable in Dockerfile to prepare renovate integration #4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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