matrix/synapse : upgrade postgres base image bullseye -> bookworm

This commit is contained in:
Gitouche 2023-08-14 17:23:48 +02:00
parent 9b48df5527
commit c97e672146
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
synapse_image="git.garbaye.fr/garbaye/matrixdotorg-synapse"
synapse_version='v1.89.0'
postgres_image="docker.io/library/postgres"
postgres_version='11-bullseye'
postgres_version='11-bookworm'
## default vars : override with ENV var
listen_if="${GARBAYE_MATRIX_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_MATRIX_ENV_LISTENPORT:-8086}"