Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.4.0 (#1072)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 5af21bd commit 4608314
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.5-alpine
image: redis:7.4.0-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 @@ -50,7 +50,7 @@ services:
restart: on-failure

redis:
image: redis:7.2.5-alpine3.20
image: redis:7.4.0-alpine3.20
container_name: "redis"
ports:
- 6379:6379
Expand Down

0 comments on commit 4608314

Please sign in to comment.