From 9b3bc05bbdca3433ad7d27c37ff4ea5032221516 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Thu, 27 Dec 2018 23:21:31 -0800 Subject: [PATCH] Update wordpress.json --- one-click-apps/v1/wordpress.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/one-click-apps/v1/wordpress.json b/one-click-apps/v1/wordpress.json index c0b9b76..0faf941 100644 --- a/one-click-apps/v1/wordpress.json +++ b/one-click-apps/v1/wordpress.json @@ -65,15 +65,15 @@ { "id": "$$cap_wp_version", "label": "WordPress Version", - "defaultValue": "latest", - "description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/wordpress/tags/). Enter latest to get the latest version", + "defaultValue": "4.9", + "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/", "validRegex": "/.{1,}/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", - "defaultValue": "latest", - "description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/mysql/tags/). Enter latest to get the latest version", + "defaultValue": "5.7", + "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/.{1,}/" }]