From 7e2d6b9d5a088c6219bee8f5d3f8bcf77879cfab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:00:28 +0000 Subject: [PATCH] Bump redis from 6.0.6 to 7.0.2 in /compose/production/redis Bumps redis from 6.0.6 to 7.0.2. --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- compose/production/redis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/redis/Dockerfile b/compose/production/redis/Dockerfile index 044eed9..83163fd 100644 --- a/compose/production/redis/Dockerfile +++ b/compose/production/redis/Dockerfile @@ -1 +1 @@ -FROM redis:6.0.6 \ No newline at end of file +FROM redis:7.0.2 \ No newline at end of file