- Use the Postgres image based on Debian 11 (bullseye) for extended-postgres (https://gitlab.com/postgres-ai/custom-images/-/merge_requests/49) - Use the tag "15"` instead of `"15rc1"` for the image `postgresai/extended-postgres:15` (https://gitlab.com/postgres-ai/docs/-/merge_requests/523) - Update the list of supported extensions for PostgreSQL 15 (https://gitlab.com/postgres-ai/docs/-/merge_requests/523) **Please pay attention:** Debian 9 has glibc version 2.24, now when we switch to using Debian 11 (bullseye) for all PostgreSQL versions, the `extended-postgres` image will be with `glibc 2.31`. If you are using "physical" mode, please check the glibc version in your production database system to avoid potential index corruption. You should have the same version of glibc as in your Docker image. Use the `ldd --version` command to check the glibc version.