Skip to content

Commit f053668

Browse files
Update mysql Docker tag to v8.4.4
1 parent 664cc8d commit f053668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- activitypub
6464

6565
mysql:
66-
image: mysql:8.0.31
66+
image: mysql:8.4.4
6767
environment:
6868
- MYSQL_ROOT_PASSWORD=root
6969
- MYSQL_USER=ghost
@@ -162,7 +162,7 @@ services:
162162
condition: service_healthy
163163

164164
mysql-testing:
165-
image: mysql:8.0.31
165+
image: mysql:8.4.4
166166
environment:
167167
- MYSQL_ROOT_PASSWORD=root
168168
- MYSQL_USER=ghost

0 commit comments

Comments
 (0)