Fix synapse version in image and update to 1.105.0

This commit is contained in:
Daniel Berteaud 2024-04-17 15:23:22 +02:00
parent 5766ab872c
commit 2fcecd24fd
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -149,7 +149,7 @@ job "matrix" {
leader = true
config {
image = "danielberteaud/matrix-synapse:1.104.0-1"
image = "danielberteaud/matrix-synapse:1.105.0-1"
pids_limit = 200
readonly_rootfs = true
}

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine AS builder
ARG SYNAPSE_VERSION=1.99.0
ARG SYNAPSE_VERSION=[[ .matrix.synapse.version ]]
RUN set -euxo pipefail &&\
apk --no-cache add \

View File

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