Skip to content

Commit 2096786

Browse files
Merge pull request nestjs#7666 from nestjs/renovate/mysql-8.x
chore(deps): update mysql docker tag
2 parents 9697788 + 864159f commit 2096786

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

integration/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- "9001:9001"
2424
restart: always
2525
mysql:
26-
image: mysql:5.7.35
26+
image: mysql:8.0.26
2727
environment:
2828
MYSQL_ROOT_PASSWORD: root
2929
MYSQL_DATABASE: test

sample/05-sql-typeorm/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:5
5+
image: mysql:8
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root

sample/07-sequelize/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:5
5+
image: mysql:8
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)