diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fecded3..7760d4fe 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 5ce08053..7000ffd5 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"