From 92228b69214f342ca328d3debdc53b1cdd527101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:12:39 +0000 Subject: [PATCH] Bump redis from 6-bullseye to 7-bullseye in /docker Bumps redis from 6-bullseye to 7-bullseye. --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/Dockerfile-workers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-workers b/docker/Dockerfile-workers index 0c2d4f3047af..818f2e5f3fdb 100644 --- a/docker/Dockerfile-workers +++ b/docker/Dockerfile-workers @@ -20,7 +20,7 @@ FROM debian:bullseye-slim AS deps_base # which makes it much easier to copy (but we need to make sure we use an image # based on the same debian version as the synapse image, to make sure we get # the expected version of libc. -FROM redis:6-bullseye AS redis_base +FROM redis:7-bullseye AS redis_base # now build the final image, based on the the regular Synapse docker image FROM matrixdotorg/synapse:$SYNAPSE_VERSION