Skip to content

Commit 44d9b29

Browse files
renovate[bot]kamilmysliwiec
authored andcommitted
chore(deps): update mysql docker tag to v26
1 parent cac47cf commit 44d9b29

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.7.2
28+
image: mysql:26.7.0
2929
environment:
3030
MYSQL_ROOT_HOST: '%'
3131
MYSQL_ROOT_PASSWORD: root

sample/05-sql-typeorm/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
mysql:
5-
image: mysql:9
5+
image: mysql:26
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root
99
MYSQL_DATABASE: test
1010
ports:
1111
- "3306:3306"
1212
db-test:
13-
image: mysql:9
13+
image: mysql:26
1414
restart: always
1515
environment:
1616
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:9
5+
image: mysql:26
66
restart: always
77
environment:
88
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)