From 63f961fffaefd2deca167911065f680906948e22 Mon Sep 17 00:00:00 2001 From: Diego Rivero <32936232+isthistechsupport@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:42:09 -0500 Subject: [PATCH] Updated redis default tag to latest stable release (#827) --- public/v4/apps/redis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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