Skip to content

Commit

Permalink
Update redis Docker tag to v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 24, 2019
1 parent 10fd477 commit 87ad06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.3-alpine'
image: 'redis:5.0.7-alpine'
volumes:
- 'redis_data:/data'
# Allow connection from docker host machine
Expand Down

0 comments on commit 87ad06f

Please sign in to comment.