From c0956cca6ea921d8644dbb14aedd653a86012fe2 Mon Sep 17 00:00:00 2001 From: Tyron Date: Wed, 5 Apr 2017 12:33:49 -0400 Subject: [PATCH] version update --- docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-install.sh b/docker-install.sh index 7bb912a..2f4ea28 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -1,7 +1,7 @@ #!/bin/bash # WORKING ON UBUNTU 16.04 LTS -VERSION="0.9.11" +VERSION="0.9.12" SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")') read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASSWORD