From 4b0c17cfb4dd54a80f9e2add5bdfc992702a9e19 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 21:34:51 +0000 Subject: [PATCH] chore: Update grafana/k6 Docker tag to v1.4.2 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | docker | grafana/k6 | 1.4.0 | 1.4.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- integration/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration_test.go b/integration/integration_test.go index 1809b89d..ef1dc69a 100644 --- a/integration/integration_test.go +++ b/integration/integration_test.go @@ -74,7 +74,7 @@ func TestIntegration(t *testing.T) { Started: true, ContainerRequest: testcontainers.ContainerRequest{ // Renovate updates the version below. Keep its format as it is or update the renovate config with it. - Image: "grafana/k6:1.4.0", + Image: "grafana/k6:1.4.2", Entrypoint: []string{"/bin/sleep", "infinity"}, Networks: []string{network.Name}, },