We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b244c2b commit 72758bcCopy full SHA for 72758bc
docker/Dockerfile-workers
@@ -20,7 +20,7 @@ FROM debian:bullseye-slim AS deps_base
20
# which makes it much easier to copy (but we need to make sure we use an image
21
# based on the same debian version as the synapse image, to make sure we get
22
# the expected version of libc.
23
-FROM redis:6-bullseye AS redis_base
+FROM redis:7-bullseye AS redis_base
24
25
# now build the final image, based on the the regular Synapse docker image
26
FROM matrixdotorg/synapse:$SYNAPSE_VERSION
0 commit comments