Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 7, 2021
1 parent 7c8a8f8 commit a015808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
ports:
- "5436:5432"
mysql:
image: "mysql:5"
image: "mysql:8"
volumes:
- ./init-scripts/mysql:/docker-entrypoint-initdb.d/
environment:
Expand Down

0 comments on commit a015808

Please sign in to comment.