Skip to content

Commit dcea584

Browse files
authored
Merge pull request #2599 from nestjs/renovate/mysql-9.x
chore(deps): update mysql docker tag to v9
2 parents 1449051 + 46ba92d commit dcea584

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

sample/005-typeorm-app/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
mysql:
5-
image: mysql:8
5+
image: mysql:9
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root

sample/006-multi-db-typeorm-app/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: "3"
22

33
services:
44
db1:
5-
image: mysql:8
5+
image: mysql:9
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root
99
MYSQL_DATABASE: test1
1010
ports:
1111
- "3306:3306"
1212
db2:
13-
image: mysql:8
13+
image: mysql:9
1414
restart: always
1515
environment:
1616
MYSQL_ROOT_PASSWORD: root

sample/007-sequelize-app/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
mysql:
5-
image: mysql:8
5+
image: mysql:9
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root

sample/011-mirkoorm-app/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
mysql:
5-
image: mysql:8
5+
image: mysql:9
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)