Skip to content

Commit e3f618a

Browse files
authoredApr 15, 2025··
Merge pull request #14969 from nestjs/renovate/mysql-9.x
chore(deps): update mysql docker tag to v9.3.0
2 parents 426bfe8 + 2b91294 commit e3f618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎integration/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- "9001:9001"
2626
restart: always
2727
mysql:
28-
image: mysql:9.2.0
28+
image: mysql:9.3.0
2929
environment:
3030
MYSQL_ROOT_HOST: '%'
3131
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)
Please sign in to comment.