From a9ebca9fa9e027c0f21c9b8c1d951b41c86ada0b Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Wed, 9 Oct 2024 08:43:49 -0400 Subject: [PATCH] Update Redis to 7.4.1 --- CHANGELOG.md | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fecded..7760d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Update `Python` to `3.13.0` - Update `Postgres` to `17.0` -- Update `Redis` to `7.4.0` +- Update `Redis` to `7.4.1` #### Back-end dependencies diff --git a/compose.yaml b/compose.yaml index 5ce0805..7000ffd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -63,7 +63,7 @@ services: limits: cpus: "${DOCKER_REDIS_CPUS:-0}" memory: "${DOCKER_REDIS_MEMORY:-0}" - image: "redis:7.4.0-bookworm" + image: "redis:7.4.1-bookworm" profiles: ["redis"] restart: "${DOCKER_RESTART_POLICY:-unless-stopped}" stop_grace_period: "3s"