From 37c3bde6d0b87aa176dda2db8dbdf3c294e56de6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:59:44 +0000 Subject: [PATCH] chore(deps): update memcached docker tag to v1.6.41 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a150c40..27cf1b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest services: memcached: - image: memcached:1.6.40 + image: memcached:1.6.41 ports: - 11211:11211 options: >-