Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent edd5f7d commit e054239
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 @@ -34,7 +34,7 @@ jobs:
# Maps tcp port 5432 on service container to the host
- 5432:5432
redis:
image: redis:7.2.4-alpine
image: redis:7.2.5-alpine
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
Expand Up @@ -46,7 +46,7 @@ services:
restart: on-failure

redis:
image: redis:7.2.4-alpine
image: redis:7.2.5-alpine
container_name: 'redis'
ports:
- 6379:6379
Expand Down

0 comments on commit e054239

Please sign in to comment.