Skip to content

Commit 93a2460

Browse files
Update mysql Docker tag
1 parent f300576 commit 93a2460

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
@@ -78,7 +78,7 @@ services:
7878
- activitypub
7979

8080
mysql:
81-
image: mysql:8.0.31
81+
image: mysql:8.4.5
8282
environment:
8383
- MYSQL_ROOT_PASSWORD=root
8484
- MYSQL_USER=ghost
@@ -208,7 +208,7 @@ services:
208208
mysql-testing:
209209
networks:
210210
- test_network
211-
image: mysql:8.0.31
211+
image: mysql:8.4.5
212212
environment:
213213
- MYSQL_ROOT_PASSWORD=root
214214
- MYSQL_USER=ghost

jobs/cleanup-expired-key-value-records/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.3
1+
FROM mysql:8.4
22

33
COPY cleanup-expired-key-value-records /bin
44

0 commit comments

Comments
 (0)