Update redis to the latest stable version (#625)

This commit is contained in:
Ismail D 2022-02-19 20:02:30 +01:00 committed by GitHub
parent a8b0ddc059
commit 894fd0c4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ caproverOneClickApp:
- id: $$cap_redis_version - id: $$cap_redis_version
label: Redis Version Tag label: Redis Version Tag
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'
defaultValue: '5' defaultValue: '6.2'
validRegex: /^([^\s^\/])+$/ validRegex: /^([^\s^\/])+$/
- id: $$cap_redis_password - id: $$cap_redis_password
label: Redis Password label: Redis Password