Skip to content

Commit aebb177

Browse files
chore(deps): update mysql docker tag to v9.6
1 parent 1451cb1 commit aebb177

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
depends_on:
66
- bookstack
77
mysql:
8-
image: mysql:9.5
8+
image: mysql:9.6
99
environment:
1010
- MYSQL_ROOT_PASSWORD=secret
1111
- MYSQL_DATABASE=bookstack

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mysql:
3-
image: mysql:9.5
3+
image: mysql:9.6
44
environment:
55
- MYSQL_ROOT_PASSWORD=secret
66
- MYSQL_DATABASE=bookstack

0 commit comments

Comments
 (0)