Update Docker images to use Debian trixie (13) and thus Python 3.13 (#19064)

This commit is contained in:
Ben Banfield-Zanin
2025-10-20 16:49:17 +01:00
committed by GitHub
parent da6c0cae96
commit 67f22a200d
6 changed files with 39 additions and 29 deletions
+8
View File
@@ -117,6 +117,14 @@ each upgrade are complete before moving on to the next upgrade, to avoid
stacking them up. You can monitor the currently running background updates with
[the Admin API](usage/administration/admin_api/background_updates.html#status).
# Upgrading to v1.141.0
## Docker images now based on Debian `trixie` with Python 3.13
The Docker images are now based on Debian `trixie` and use Python 3.13. If you
are using the Docker images as a base image you may need to e.g. adjust the
paths you mount any additional Python packages at.
# Upgrading to v1.140.0
## Users of `synapse-s3-storage-provider` must update the module to `v1.6.0`