Skip to content

Commit 2b14149

Browse files
committed
Update Redis to 8.2.3
1 parent 0e6325a commit 2b14149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
3939
- Update `Ruby` to `3.4.7`
4040
- Update `Node` to `22.X`
4141
- Update `Postgres` to `18.1`
42-
- Update `Redis` to `8.2.2`
42+
- Update `Redis` to `8.2.3`
4343

4444
#### Back-end dependencies
4545

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
limits:
6565
cpus: "${DOCKER_REDIS_CPUS:-0}"
6666
memory: "${DOCKER_REDIS_MEMORY:-0}"
67-
image: "redis:8.2.2-bookworm"
67+
image: "redis:8.2.3-bookworm"
6868
profiles: ["redis"]
6969
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
7070
stop_grace_period: "3s"

0 commit comments

Comments
 (0)