Skip to content

Commit

Permalink
chore(deps): update grokzen/redis-cluster docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2023
1 parent 01704e6 commit 7f4e663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ports:
- 6379:6379
redis-cluster:
image: grokzen/redis-cluster:6.2.10
image: grokzen/redis-cluster:7.0.8
ports:
- 7006:7000
- 7001:7001
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- "6379:6379"
redis-cluster:
image: grokzen/redis-cluster:6.2.10
image: grokzen/redis-cluster:7.0.8
ports:
- "7006:7000"
- "7001:7001"
Expand Down

0 comments on commit 7f4e663

Please sign in to comment.