Skip to content

Commit dbb475d

Browse files
Update mysql Docker tag (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9fdd90d commit dbb475d

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
@@ -79,7 +79,7 @@ services:
7979
- activitypub
8080

8181
mysql:
82-
image: mysql:8.0.31
82+
image: mysql:8.4.5
8383
environment:
8484
- MYSQL_ROOT_PASSWORD=root
8585
- MYSQL_USER=ghost
@@ -207,7 +207,7 @@ services:
207207
mysql-testing:
208208
networks:
209209
- test_network
210-
image: mysql:8.0.31
210+
image: mysql:8.4.5
211211
environment:
212212
- MYSQL_ROOT_PASSWORD=root
213213
- 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)