Skip to content

Commit

Permalink
Upgrade MySQL test container to version 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c24w committed Apr 18, 2024
1 parent c5fce5b commit ca6693e
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 @@ -19,7 +19,7 @@ services:
command: sh -c 'npm i && npm run watch'

test-db:
image: mysql:5.7
image: mysql:8.3.0
logging:
options:
max-size: 10k # Keep down the noise
Expand Down

0 comments on commit ca6693e

Please sign in to comment.