We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdd90d commit dbb475dCopy full SHA for dbb475d
docker-compose.yml
@@ -79,7 +79,7 @@ services:
79
- activitypub
80
81
mysql:
82
- image: mysql:8.0.31
+ image: mysql:8.4.5
83
environment:
84
- MYSQL_ROOT_PASSWORD=root
85
- MYSQL_USER=ghost
@@ -207,7 +207,7 @@ services:
207
mysql-testing:
208
networks:
209
- test_network
210
211
212
213
jobs/cleanup-expired-key-value-records/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mysql:8.3
+FROM mysql:8.4
2
3
COPY cleanup-expired-key-value-records /bin
4
0 commit comments