diff --git a/containers/synapse/Containerfile b/containers/synapse/Containerfile index 361bdfc..01de23d 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM matrixdotorg/synapse:v1.121.1 +FROM matrixdotorg/synapse:v1.122.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 1061852..97863f5 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.121.1 + - image: matrixdotorg/synapse:v1.122.0 name: synapse resources: {} volumeMounts: