Skip to content

Commit

Permalink
Downgrade MySQL from 8.0.28 to 8.0.27 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Feb 5, 2022
1 parent 7d952ea commit 810bc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/mysql.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ job "mysql" {
}

config {
image = "mysql/mysql-server:8.0.28"
image = "mysql/mysql-server:8.0.27"
volumes = ["local/my.cnf:/etc/mysql/my.cnf"]
}

Expand Down

0 comments on commit 810bc25

Please sign in to comment.