Skip to content

Commit

Permalink
Update redis Docker tag to v7.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2023
1 parent 2cf3f01 commit 86c7be5
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.11-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 @@ -254,7 +254,7 @@ services:
- ./OpenQ-Github-OAuth-Server:/app
redis:
container_name: redis
image: redis:7.0.8-alpine
image: redis:7.0.11-alpine
ports:
- "6379:6379"
curler:
Expand Down

0 comments on commit 86c7be5

Please sign in to comment.