Skip to content

Commit

Permalink
chore(deps): Update mysql Docker tag to v9.2 (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 36b34f2 commit 7499557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-compose/docker-compose-databases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.6'
services:
mysql:
image: mysql:9.1
image: mysql:9.2
hostname: mysql-local
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --ngram_token_size=2
healthcheck:
Expand Down

0 comments on commit 7499557

Please sign in to comment.