diff options
| author | Rychart Redwerkz <[email protected]> | 2022-09-18 20:44:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-18 11:44:45 -0700 |
| commit | 88d73d4734179efe71d77fdea5b2cf5a09b3d717 (patch) | |
| tree | 7b8bac3c6820f98cfb1ec5c61ae2ed980b28e9b4 | |
| parent | ff855ced0226a634078a9ec8f16164577e2bacf6 (diff) | |
| download | caprover-one-click-apps-88d73d4734179efe71d77fdea5b2cf5a09b3d717.tar.gz caprover-one-click-apps-88d73d4734179efe71d77fdea5b2cf5a09b3d717.zip | |
Bump Gitea/MySQL to latest versions (#714)
| -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 9163f05..302362b 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.15.6' + defaultValue: '1.17.2' 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: '5.7' + defaultValue: '8.0.30' description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/ validRegex: /^([^\s^\/])+$/ instructions: |
