From 0371ab1011c1e81bd32dd82def8565a6934338ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:10:53 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v6.2.10 --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index fa37cf4..7a35ff2 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -68,7 +68,7 @@ jobs: # Label used to access the service container redis: # Docker Hub image - image: redis:6.2.6-alpine + image: redis:6.2.10-alpine options: >- --health-cmd "redis-cli ping" --health-interval 10s