Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
- activitypub

mysql:
image: mysql:8.4.6@sha256:869218921e61d6c3c89820955d63cca42971f0e3e6c1e2792247bbd944ebc6e9
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=ghost
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
mysql-testing:
networks:
- test_network
image: mysql:8.4.6@sha256:869218921e61d6c3c89820955d63cca42971f0e3e6c1e2792247bbd944ebc6e9
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=ghost
Expand Down
2 changes: 1 addition & 1 deletion jobs/__template__/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mysql-test:
image: mysql:8.4.6@sha256:869218921e61d6c3c89820955d63cca42971f0e3e6c1e2792247bbd944ebc6e9
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: __JOB_NAME__
Expand Down
2 changes: 1 addition & 1 deletion jobs/backfill-ghost-uuid/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mysql-test:
image: mysql:8.4.6@sha256:5367102acfefeaa47eb0eb57c8d4f8b96c8c14004859131eac9bbfaa62f81e34
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: backfill-ghost-uuid
Expand Down
2 changes: 1 addition & 1 deletion jobs/reconcile-account-topics/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mysql-test:
image: mysql:8.4.6@sha256:5367102acfefeaa47eb0eb57c8d4f8b96c8c14004859131eac9bbfaa62f81e34
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: reconcile-account-topics
Expand Down