diff --git a/containers/synapse/Containerfile b/containers/synapse/Containerfile index 3c7060a..5b64ef6 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM matrixdotorg/synapse:v1.118.0 +FROM matrixdotorg/synapse:v1.119.0 RUN pip install boto3 humanize tqdm # there is probably a better way to figure out where the site packages are # this used to be hard coded to /usr/local/lib/python3.11/site-packages but then synapse updated it's minor python version and it broke diff --git a/k8s/matrix/janky.bot-homeserver.yaml b/k8s/matrix/janky.bot-homeserver.yaml index cf58607..3e8ee83 100644 --- a/k8s/matrix/janky.bot-homeserver.yaml +++ b/k8s/matrix/janky.bot-homeserver.yaml @@ -37,7 +37,7 @@ spec: - secretRef: name: synapse-janky-bot containers: - - image: matrixdotorg/synapse:v1.118.0 + - image: matrixdotorg/synapse:v1.119.0 name: synapse resources: {} volumeMounts: