Skip to content

Commit a0ae78b

Browse files
Update mysql Docker tag to v8.4.7
1 parent 385f35e commit a0ae78b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
- activitypub
8181

8282
mysql:
83-
image: mysql:8.4.6@sha256:869218921e61d6c3c89820955d63cca42971f0e3e6c1e2792247bbd944ebc6e9
83+
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
8484
environment:
8585
- MYSQL_ROOT_PASSWORD=root
8686
- MYSQL_USER=ghost
@@ -222,7 +222,7 @@ services:
222222
mysql-testing:
223223
networks:
224224
- test_network
225-
image: mysql:8.4.6@sha256:869218921e61d6c3c89820955d63cca42971f0e3e6c1e2792247bbd944ebc6e9
225+
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
226226
environment:
227227
- MYSQL_ROOT_PASSWORD=root
228228
- MYSQL_USER=ghost

jobs/__template__/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mysql-test:
3-
image: mysql:8.4.6@sha256:869218921e61d6c3c89820955d63cca42971f0e3e6c1e2792247bbd944ebc6e9
3+
image: mysql:8.4.7@sha256:b306273d4d36bc1a7f265130c3dd93c0462253af7634203e569add0403a7b273
44
environment:
55
MYSQL_ROOT_PASSWORD: root
66
MYSQL_DATABASE: __JOB_NAME__

0 commit comments

Comments
 (0)