From 72758bc68060f749e6215895405b576fc0528410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:20:59 +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 003a1cc3bf68..b4f384763e62 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