Update Synapse and Element

This commit is contained in:
Daniel Berteaud 2024-01-17 10:20:17 +01:00
parent 444097d786
commit 4e333515c0
6 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
FROM nginxinc/nginx-unprivileged:alpine
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG ELEMENT_VERSION=1.11.53 \
ARG ELEMENT_VERSION=1.11.54 \
SYNAPSE_ADMIN_VERSION=0.8.7
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \

View File

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

View File

@ -107,7 +107,7 @@ job "matrix" {
leader = true
config {
image = "danielberteaud/matrix-synapse:1.98.0-2"
image = "danielberteaud/matrix-synapse:1.99.0-1"
pids_limit = 200
readonly_rootfs = true
}
@ -283,7 +283,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/matrix-element:1.11.53-1"
image = "danielberteaud/matrix-element:1.11.54-1"
readonly_rootfs = true
pids_limit = 100
volumes = [

View File

@ -1,7 +1,7 @@
FROM nginxinc/nginx-unprivileged:alpine
MAINTAINER [[ .docker.maintainer ]]
ARG ELEMENT_VERSION=1.11.53 \
ARG ELEMENT_VERSION=1.11.54 \
SYNAPSE_ADMIN_VERSION=0.8.7
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \

View File

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

View File

@ -25,7 +25,7 @@ matrix:
synapse:
# The docker image to use
image: '[[ .docker.repo ]]matrix-synapse:1.98.0-2'
image: '[[ .docker.repo ]]matrix-synapse:1.99.0-1'
# Additional env var to set in the container
env:
@ -106,7 +106,7 @@ matrix:
nginx:
# The image to use
image: '[[ .docker.repo ]]matrix-element:1.11.53-1'
image: '[[ .docker.repo ]]matrix-element:1.11.54-1'
# Resource allocation
resources: