Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v6.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 2efd849 commit 11c2335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: redis:6.2.4
image: redis:6.2.16
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
redis:
image: redis:6.2.4
image: redis:6.2.16
container_name: handy_redis
ports:
- "6379:6379"

0 comments on commit 11c2335

Please sign in to comment.