Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
chore(deps): update mysql docker tag to v9.2 (#30)
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 27, 2025
1 parent f0e8034 commit 55db20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
condition: service_healthy

database:
image: mysql:9.1
image: mysql:9.2
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
Expand Down

0 comments on commit 55db20d

Please sign in to comment.