Upgrade to 9.3

This commit is contained in:
2025-04-24 05:51:16 +01:00
parent 8a56607163
commit d8d73ed2d2

View File

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