Skip to content

Commit 22f9e74

Browse files
chore(deps): Update mysql Docker tag to v9
1 parent 0325caa commit 22f9e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/docker-compose/docker-compose-databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.6'
22
services:
33
mysql:
4-
image: mysql:8.4
4+
image: mysql:9.1
55
hostname: mysql-local
66
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --ngram_token_size=2
77
healthcheck:

0 commit comments

Comments
 (0)