diff options
| author | Diego Rivero <[email protected]> | 2023-01-11 01:42:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-10 22:42:09 -0800 |
| commit | 63f961fffaefd2deca167911065f680906948e22 (patch) | |
| tree | 2d1fe23cdc1f3becf3981eb711cbf79c563c0493 | |
| parent | 779890670599ba4e3ec8dacf354022483230aece (diff) | |
| download | caprover-one-click-apps-63f961fffaefd2deca167911065f680906948e22.tar.gz caprover-one-click-apps-63f961fffaefd2deca167911065f680906948e22.zip | |
Updated redis default tag to latest stable release (#827)
| -rw-r--r-- | public/v4/apps/redis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/redis.yml b/public/v4/apps/redis.yml index d5f04ba..e7f23e2 100644 --- a/public/v4/apps/redis.yml +++ b/public/v4/apps/redis.yml @@ -16,7 +16,7 @@ caproverOneClickApp: - id: $$cap_redis_version label: Redis Version Tag description: 'Check out their Docker page for the valid tags: https://hub.docker.com/_/redis?tab=tags' - defaultValue: '6.2' + defaultValue: '7.0' validRegex: /^([^\s^\/])+$/ - id: $$cap_redis_password label: Redis Password |
