Skip to content

Commit

Permalink
Merge pull request #14230 from nestjs/renovate/mysql-9.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v9
  • Loading branch information
kamilmysliwiec authored Nov 27, 2024
2 parents f122654 + a9b198c commit 95d5dc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- "9001:9001"
restart: always
mysql:
image: mysql:8.4.3
image: mysql:9.1.0
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
Expand Down
4 changes: 2 additions & 2 deletions sample/05-sql-typeorm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: "3"

services:
mysql:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
ports:
- "3306:3306"
db-test:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down
2 changes: 1 addition & 1 deletion sample/07-sequelize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mysql:
image: mysql:8
image: mysql:9
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down

0 comments on commit 95d5dc1

Please sign in to comment.