Skip to content

Commit

Permalink
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 Mar 26, 2024
1 parent 2154f41 commit 3856fe6
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 3856fe6

Please sign in to comment.