Skip to content

Commit

Permalink
Update mysql.yml (#1185)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ThcDelux3 authored Dec 19, 2024
1 parent 67b08fe commit 70626db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/v4/apps/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70626db

Please sign in to comment.