Update Synapse to 1.106.0

This commit is contained in:
Daniel Berteaud 2024-05-02 14:46:03 +02:00
parent e2cf43ce77
commit 9171dfc681
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine AS builder
ARG SYNAPSE_VERSION=1.105.1
ARG SYNAPSE_VERSION=1.106.0
RUN set -euxo pipefail &&\
apk --no-cache add \

View File

@ -156,7 +156,7 @@ job "matrix" {
leader = true
config {
image = "danielberteaud/matrix-synapse:1.105.1-1"
image = "danielberteaud/matrix-synapse:1.106.0-1"
pids_limit = 200
readonly_rootfs = true
}

View File

@ -25,7 +25,7 @@ matrix:
synapse:
# Version of synapse
version: 1.105.1
version: 1.106.0
# The docker image to use
image: '[[ .docker.repo ]]matrix-synapse:[[ .matrix.synapse.version ]]-1'