Skip to content

Commit

Permalink
Update mysql Docker tag to v5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 17, 2019
1 parent 48454bc commit f5fa2a9
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
Expand Up @@ -21,7 +21,7 @@ services:

# MYSQL Service (DB)
db:
image: 'mysql:5.6'
image: 'mysql:5.7'
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=silverback
Expand Down

0 comments on commit f5fa2a9

Please sign in to comment.