Skip to content

Commit

Permalink
Merge pull request #11722 from nestjs/renovate/mysql-8.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v8.0.33
  • Loading branch information
kamilmysliwiec committed Jun 12, 2023
2 parents b96db2b + 8afe625 commit bacfa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/docker-compose.yml
Expand Up @@ -25,7 +25,7 @@ services:
- "9001:9001"
restart: always
mysql:
image: mysql:8.0.32
image: mysql:8.0.33
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
Expand Down

0 comments on commit bacfa7b

Please sign in to comment.