From 59ef223f4fd148c18e4a09de3f0349e5bf4f9645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:19:52 +0000 Subject: [PATCH] deps(docker): bump redis from 7.2.5 to 7.4.0 in /docker/redis-tools (#3018) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docker/redis-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/redis-tools/Dockerfile b/docker/redis-tools/Dockerfile index adf292db14..239868acc5 100644 --- a/docker/redis-tools/Dockerfile +++ b/docker/redis-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM redis:7.2.5 +FROM redis:7.4.0 RUN apt update RUN apt install -y npm bash curl redis-tools