Skip to content

Commit

Permalink
Update Redis to 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Oct 9, 2024
1 parent 2ae95ce commit a9ebca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a9ebca9

Please sign in to comment.