From 8308d2ea2ffe0053671e4e72288289645976db5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:01:57 +0000 Subject: [PATCH] chore(deps): update docker.io/redis docker tag to v8.10.1-alpine3.23 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 105b5ef..7768702 100644 --- a/.env.example +++ b/.env.example @@ -135,7 +135,7 @@ POSTGRES_PASSWORD='a_secure_password' # redis # https://hub.docker.com/_/redis -PODMAN_REDIS_IMAGE=docker.io/redis:8.6.4-alpine3.23@sha256:2cc044fc5a07c9b701f8f1255a309ae9ad7856e694ac03513bf3648c01e40763 +PODMAN_REDIS_IMAGE=docker.io/redis:8.10.1-alpine3.23@sha256:7d509f5640f5ed199d8781b5f5a45050133efe700aed34491f0b060665066d76 # Uncomment if you want to use a custom redis.conf file: # PODMAN_REDIS_CONF_FILE_HOST=/your/absolute/path/to/configs/redis/redis.conf # PODMAN_REDIS_CONF_FILE_CONTAINER=/usr/local/etc/redis/redis.conf