Upgrade to 9.2

This commit is contained in:
2025-03-10 10:07:11 +00:00
parent a9fa588f1a
commit 38186cdbb7

View File

@@ -18,7 +18,7 @@ job "mysql" {
driver = "docker"
config {
image = "mysql:9.0"
image = "mysql:9.2"
args = [
# 300M, up from default of 100M
"--innodb-redo-log-capacity=314572800",