Skip to content

Commit

Permalink
Update redis Docker tag to v7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent bc2e418 commit 46a632c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-drm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ services:
- ./OpenQ-Github-OAuth-Server:/app
redis:
container_name: redis
image: redis:7.0.7-alpine
image: redis:7.0.9-alpine
ports:
- "6379:6379"
openq-token-price-cronjob:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ services:
- ./OpenQ-Github-OAuth-Server:/app
redis:
container_name: redis
image: redis:7.0.8-alpine
image: redis:7.0.9-alpine
ports:
- "6379:6379"
curler:
Expand Down

0 comments on commit 46a632c

Please sign in to comment.