Skip to content

Commit

Permalink
chore: update MySQL Docker image to version 8.0.30
Browse files Browse the repository at this point in the history
Updated from mysql:8.0.22 because it lacks ARM support.
Closes #1
  • Loading branch information
小滋润 committed Nov 17, 2024
1 parent 4781ee9 commit e8de368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- leap-ledger-redis
leap-ledger-mysql:
container_name: leap-ledger-mysql
image: mysql:8.0.22
image: mysql:8.0.30
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
MYSQL_DATABASE: leap_ledger
Expand Down

0 comments on commit e8de368

Please sign in to comment.