Skip to content

Commit

Permalink
Merge pull request #131 from data-catering/renovate/redis-7.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v7.4.1
  • Loading branch information
pflooky authored Oct 8, 2024
2 parents a8bad0c + 8989e80 commit 29125c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ services:
retries: 3
test: [CMD, redis-cli, --raw, incr, ping]
timeout: 5s
image: "redis:${REDIS_VERSION:-7.4.0}"
image: "redis:${REDIS_VERSION:-7.4.1}"
ports:
- "6379:6379"
solace:
Expand Down

0 comments on commit 29125c0

Please sign in to comment.