Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump redis from 6-bullseye to 7-bullseye in /docker #13981

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/13981.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump redis from 6-bullseye to 7-bullseye in /docker.
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
Expand Up @@ -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
DMRobertson marked this conversation as resolved.
Show resolved Hide resolved
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
Expand Down