From 71bc430285874abd85f00f184d51530af2c702a7 Mon Sep 17 00:00:00 2001 From: Felix Ruby Date: Wed, 18 Dec 2024 11:48:16 +0100 Subject: [PATCH] Update mysql.yml Upgrade MySQL from EOL version 5.7 to latest LTSR MySQL 5.7 reached End of Life in October 2023 (see https://en.wikipedia.org/wiki/MySQL). Upgrade to the latest supported LTSR version to ensure continued security updates, compatibility, and stability. --- public/v4/apps/mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/mysql.yml b/public/v4/apps/mysql.yml index c4a2b4639..113628473 100644 --- a/public/v4/apps/mysql.yml +++ b/public/v4/apps/mysql.yml @@ -13,7 +13,7 @@ caproverOneClickApp: variables: - id: $$cap_mysql_version label: MySQL Version - defaultValue: '5.7' + defaultValue: '8.4.3' description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/ validRegex: /^([^\s^\/])+$/ - id: $$cap_db_pass