Switch to stable mariadb

This commit is contained in:
Nemo 2018-05-10 02:47:10 +05:30
parent abe774561e
commit 3a111b6c32
1 changed files with 1 additions and 1 deletions

View File

@ -56,5 +56,5 @@ variable "ips" {
variable "mariadb-version" {
description = "mariadb version to use for fetching the docker image"
default = "10.3"
default = "10.1.32"
}