diff options
| author | Rychart Redwerkz <[email protected]> | 2022-12-30 05:11:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-29 20:11:48 -0800 |
| commit | d71a7cca7b593d77664412d3f75cdcd296ab2876 (patch) | |
| tree | 117a9e571657427694acddd48903007ffd576870 | |
| parent | 6641bc408b7fb18e24deb56ae1abfb4ab44cd26e (diff) | |
| download | caprover-one-click-apps-d71a7cca7b593d77664412d3f75cdcd296ab2876.tar.gz caprover-one-click-apps-d71a7cca7b593d77664412d3f75cdcd296ab2876.zip | |
bump to latest versions (#823)
| -rw-r--r-- | public/v4/apps/gitea.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/gitea.yml b/public/v4/apps/gitea.yml index c134466..4afebd4 100644 --- a/public/v4/apps/gitea.yml +++ b/public/v4/apps/gitea.yml @@ -35,12 +35,12 @@ caproverOneClickApp: validRegex: /.{1,}/ - id: $$cap_gitea_version label: Gitea Version - defaultValue: '1.17.2' + defaultValue: '1.18.0' description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags validRegex: /^([^\s^\/])+$/ - id: $$cap_mysql_version label: MySQL Version - defaultValue: '8.0.30' + defaultValue: '8.0.31' description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/ validRegex: /^([^\s^\/])+$/ instructions: |
