Skip to content

Commit

Permalink
Update dependency redis to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent c3ece92 commit 6d35c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
redis:
image: 'redis:5.0.7-alpine'
image: 'redis:7.0.2-alpine'
volumes:
- 'koala_redis:/data'
restart: unless-stopped
Expand Down

0 comments on commit 6d35c3c

Please sign in to comment.