bump to latest versions (#823)

This commit is contained in:
Rychart Redwerkz 2022-12-30 05:11:48 +01:00 committed by GitHub
parent 6641bc408b
commit d71a7cca7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.17.2' defaultValue: '1.18.0'
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: '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/ description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/
validRegex: /^([^\s^\/])+$/ validRegex: /^([^\s^\/])+$/
instructions: instructions: