Skip to content

Commit cc5456d

Browse files
committed
Update mysql Docker tag to v8.2 solidnerd#445
1 parent c3081dc commit cc5456d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
depends_on:
77
- bookstack
88
mysql:
9-
image: mysql:8.1
9+
image: mysql:8.2
1010
environment:
1111
- MYSQL_ROOT_PASSWORD=secret
1212
- MYSQL_DATABASE=bookstack

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3'
33
services:
44
mysql:
5-
image: mysql:8.1
5+
image: mysql:8.2
66
environment:
77
- MYSQL_ALLOW_EMPTY_PASSWORD=1
88
- MYSQL_DATABASE=bookstack

0 commit comments

Comments
 (0)