summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2018-12-27 23:21:31 -0800
committerGitHub <[email protected]>2018-12-27 23:21:31 -0800
commit9b3bc05bbdca3433ad7d27c37ff4ea5032221516 (patch)
tree950c96a4f9a602a7ea84413c86eddfaf4bc1d242
parentc7c77dc013faf4acfe9e1a0fa269cf06a730f6fb (diff)
downloadcaprover-one-click-apps-9b3bc05bbdca3433ad7d27c37ff4ea5032221516.tar.gz
caprover-one-click-apps-9b3bc05bbdca3433ad7d27c37ff4ea5032221516.zip
Update wordpress.json
-rw-r--r--one-click-apps/v1/wordpress.json8
1 files 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,}/"
}]