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

Commit 36a5bca

Browse files
Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712)
Bumps library/redis from 6-bullseye to 7-bullseye. --- updated-dependencies: - dependency-name: library/redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ba530c commit 36a5bca

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
@@ -21,7 +21,7 @@ FROM docker.io/library/debian:bullseye-slim AS deps_base
2121
# which makes it much easier to copy (but we need to make sure we use an image
2222
# based on the same debian version as the synapse image, to make sure we get
2323
# the expected version of libc.
24-
FROM docker.io/library/redis:6-bullseye AS redis_base
24+
FROM docker.io/library/redis:7-bullseye AS redis_base
2525

2626
# now build the final image, based on the the regular Synapse docker image
2727
FROM $FROM

0 commit comments

Comments
 (0)