Skip to content

Commit

Permalink
Merge pull request #2077 from nestjs/renovate/docker-mysql-5.x
Browse files Browse the repository at this point in the history
Update mysql Docker tag to v5.7.26
  • Loading branch information
kamilmysliwiec committed Apr 25, 2019
2 parents 94b884a + 6e4b19d commit f58e87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/docker-compose.yml
Expand Up @@ -23,7 +23,7 @@ services:
- "9001:9001"
restart: always
mysql:
image: mysql:5.7.25
image: mysql:5.7.26
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
Expand Down

0 comments on commit f58e87e

Please sign in to comment.