diff options
| author | Ismail D <[email protected]> | 2024-03-29 05:36:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-28 21:36:25 -0700 |
| commit | 31d492b6faa9671f0356437e84a9d2af1ccfeced (patch) | |
| tree | 0d272aaef94b37a531084889feceb29174b96129 | |
| parent | 89a3e2b221d44156af31fbcb957d9f8df95094e8 (diff) | |
| download | caprover-one-click-apps-31d492b6faa9671f0356437e84a9d2af1ccfeced.tar.gz caprover-one-click-apps-31d492b6faa9671f0356437e84a9d2af1ccfeced.zip | |
Upgrade redis default version (#1085)
| -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 e7f23e2..fd69b4a 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: '7.0' + defaultValue: '7.2.4' validRegex: /^([^\s^\/])+$/ - id: $$cap_redis_password label: Redis Password |
