Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v3.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 7d731ce commit 858b5d8
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 @@ -23,7 +23,7 @@ jobs:
- 5432:5432

redis:
image: redis:3.2.10
image: redis:3.2.12
ports:
- 6379:6379

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- "5432"

redis:
image: redis:3.2.10
image: redis:3.2.12
ports:
- "6379"

Expand Down

0 comments on commit 858b5d8

Please sign in to comment.