Skip to content

Commit aa107f1

Browse files
Update mysql Docker tag to v8.4.5
1 parent bd6fed6 commit aa107f1

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
@@ -65,7 +65,7 @@ services:
6565
- activitypub
6666

6767
mysql:
68-
image: mysql:8.0.31
68+
image: mysql:8.4.5
6969
environment:
7070
- MYSQL_ROOT_PASSWORD=root
7171
- MYSQL_USER=ghost
@@ -170,7 +170,7 @@ services:
170170
condition: service_healthy
171171

172172
mysql-testing:
173-
image: mysql:8.0.31
173+
image: mysql:8.4.5
174174
environment:
175175
- MYSQL_ROOT_PASSWORD=root
176176
- MYSQL_USER=ghost

0 commit comments

Comments
 (0)