Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent d51a3bd commit 94a7c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: redis:7.0.10
image: redis:7.0.11
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatesnapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: redis:7.0.10
image: redis:7.0.11
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down

0 comments on commit 94a7c46

Please sign in to comment.