We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6325a commit 2b14149Copy full SHA for 2b14149
CHANGELOG.md
@@ -39,7 +39,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
39
- Update `Ruby` to `3.4.7`
40
- Update `Node` to `22.X`
41
- Update `Postgres` to `18.1`
42
-- Update `Redis` to `8.2.2`
+- Update `Redis` to `8.2.3`
43
44
#### Back-end dependencies
45
compose.yaml
@@ -64,7 +64,7 @@ services:
64
limits:
65
cpus: "${DOCKER_REDIS_CPUS:-0}"
66
memory: "${DOCKER_REDIS_MEMORY:-0}"
67
- image: "redis:8.2.2-bookworm"
+ image: "redis:8.2.3-bookworm"
68
profiles: ["redis"]
69
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
70
stop_grace_period: "3s"
0 commit comments