From 2cfe45f09cc811b74400acda7d17010639733399 Mon Sep 17 00:00:00 2001 From: Brahyam Meneses Date: Sun, 31 Jul 2022 16:56:50 +0200 Subject: [PATCH] Updates Wordpress to v6 and MySQL to v8 (#685) --- public/v4/apps/wordpress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v4/apps/wordpress.yml b/public/v4/apps/wordpress.yml index 6187a58..6104ed4 100644 --- a/public/v4/apps/wordpress.yml +++ b/public/v4/apps/wordpress.yml @@ -35,7 +35,7 @@ caproverOneClickApp: validRegex: /^(\w|[^\s"'\\])+$/ - id: $$cap_wp_version label: WordPress Version - defaultValue: '4.9' + defaultValue: '6.0.1' description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/ validRegex: /^([^\s^\/])+$/ - id: $$cap_db_type @@ -45,7 +45,7 @@ caproverOneClickApp: validRegex: /^(mysql|mariadb)$/ - id: $$cap_database_version label: Database Version, default is MySQL - defaultValue: '5.7' + defaultValue: '8.0.29' description: Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags validRegex: /^([^\s^\/])+$/ instructions: