From c603a8471c1e1afec7f357d04e7c8bfb4235641c Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Wed, 29 Jul 2026 14:39:12 +0200 Subject: [PATCH] Update Redis 8.10 test image to custom-30445126297-debian Pin the client-libs-test image for the 8.10 test environment to redislabs/client-libs-test:custom-30445126297-debian. Co-Authored-By: Claude Fable 5 --- tests/dockers/.env.v8.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dockers/.env.v8.10 b/tests/dockers/.env.v8.10 index 52a27015..fc2ef24e 100644 --- a/tests/dockers/.env.v8.10 +++ b/tests/dockers/.env.v8.10 @@ -2,4 +2,4 @@ # Used by the run-tests GitHub Action # Redis CE image version (Redis 8+ includes modules natively) -CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test:8.10-rc2 +CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test:custom-30445126297-debian