Bump Gitea/MySQL to latest versions (#714)
This commit is contained in:
parent
ff855ced02
commit
88d73d4734
|
|
@ -35,12 +35,12 @@ caproverOneClickApp:
|
||||||
validRegex: /.{1,}/
|
validRegex: /.{1,}/
|
||||||
- id: $$cap_gitea_version
|
- id: $$cap_gitea_version
|
||||||
label: 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
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_mysql_version
|
- id: $$cap_mysql_version
|
||||||
label: 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/
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
instructions:
|
instructions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue