From fd0401945ab164eb1d1cb61e09cafb9cfb894fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:28:59 +0000 Subject: [PATCH] chore(deps): update bats/bats docker tag to v1.13.0 --- Dockerfile.integration-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration-test b/Dockerfile.integration-test index d2286b60d..c2d836f52 100644 --- a/Dockerfile.integration-test +++ b/Dockerfile.integration-test @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.12.0@sha256:0257e4f5326dd37046e94d4b8ce07c293447be80a9db6d6dfff1d50d07617e2e +FROM --platform=${BUILDPLATFORM:-linux/amd64} bats/bats:1.13.0@sha256:ba5704b9c118b7e9f358700b8973800aaaa5bce36800ee8db375fe59fb5f4e09 ARG KUBECTL_VERSION=v1.35.0 ARG GRPC_HEALTH_PROBE_VERSION=v0.4.43