diff options
| author | Brahyam Meneses <[email protected]> | 2022-07-31 16:56:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-31 07:56:50 -0700 |
| commit | 2cfe45f09cc811b74400acda7d17010639733399 (patch) | |
| tree | 39b341e9f709389a1d33a19b4965d9492dcd86ee | |
| parent | 628e2843a65b874f34b663fc3f2dc0c120a235a8 (diff) | |
| download | caprover-one-click-apps-2cfe45f09cc811b74400acda7d17010639733399.tar.gz caprover-one-click-apps-2cfe45f09cc811b74400acda7d17010639733399.zip | |
Updates Wordpress to v6 and MySQL to v8 (#685)
| -rw-r--r-- | public/v4/apps/wordpress.yml | 4 |
1 files 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: |
