Skip to content

Commit

Permalink
Update MySQL version
Browse files Browse the repository at this point in the history
8.0.20 does not work on arm64, while 8.0.30 does.
  • Loading branch information
chrzaszcz committed Sep 28, 2022
1 parent faecc8d commit 03043cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CASSANDRA_VERSION_DEFAULT="3.9"

ELASTICSEARCH_VERSION_DEFAULT="5.6.9"

MYSQL_VERSION_DEFAULT="8.0.20"
MYSQL_VERSION_DEFAULT="8.0.30"

PGSQL_VERSION_DEFAULT=latest

Expand Down

0 comments on commit 03043cb

Please sign in to comment.