Skip to content

Commit 72758bc

Browse files
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] <[email protected]>
1 parent b244c2b commit 72758bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-workers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM debian:bullseye-slim AS deps_base
2020
# which makes it much easier to copy (but we need to make sure we use an image
2121
# based on the same debian version as the synapse image, to make sure we get
2222
# the expected version of libc.
23-
FROM redis:6-bullseye AS redis_base
23+
FROM redis:7-bullseye AS redis_base
2424

2525
# now build the final image, based on the the regular Synapse docker image
2626
FROM matrixdotorg/synapse:$SYNAPSE_VERSION

0 commit comments

Comments
 (0)