Update Nextcloud to v25.0.6 (#919)

This commit is contained in:
Vdauphin 2023-04-29 19:15:31 +02:00 committed by GitHub
parent e7f3505536
commit 9c2184b0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ caproverOneClickApp:
variables: variables:
- id: $$cap_nextcloud_version - id: $$cap_nextcloud_version
label: NextCloud Version label: NextCloud Version
defaultValue: 21.0.1 defaultValue: 25.0.6
description: >- description: >-
Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags
@ -65,12 +65,12 @@ caproverOneClickApp:
validRegex: /^((?!fpm)\S)+$/ validRegex: /^((?!fpm)\S)+$/
- id: $$cap_redis_version - id: $$cap_redis_version
label: Redis Version label: Redis Version
defaultValue: 6.2.2 defaultValue: 6.2.12
description: Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags description: Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags
validRegex: /^([^\s^\/])+$/ validRegex: /^([^\s^\/])+$/
- id: $$cap_mariadb_version - id: $$cap_mariadb_version
label: MariaDB (database) version label: MariaDB (database) version
defaultValue: 10.5.9 defaultValue: 10.6.12
description: Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags description: Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags
validRegex: /^([^\s^\/])+$/ validRegex: /^([^\s^\/])+$/
- id: $$cap_db_user - id: $$cap_db_user