Skip to content

Commit

Permalink
Update redis Docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent a8bad0c commit 8989e80
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 8989e80

Please sign in to comment.