Skip to content

Commit f70be75

Browse files
Merge pull request #15820 from nestjs/renovate/mysql-9.x
chore(deps): update mysql docker tag to v9.5.0
2 parents 334012e + 61e9782 commit f70be75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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.4.0
28+
image: mysql:9.5.0
2929
environment:
3030
MYSQL_ROOT_HOST: '%'
3131
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)