Update Element to 1.11.55

This commit is contained in:
Daniel Berteaud 2024-01-19 15:08:43 +01:00
parent 37185bbe2b
commit 9127906790
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -282,7 +282,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/matrix-element:1.11.54-1"
image = "danielberteaud/matrix-element:1.11.55-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.54 \
ARG ELEMENT_VERSION=1.11.55 \
SYNAPSE_ADMIN_VERSION=0.8.7
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \

View File

@ -106,7 +106,7 @@ matrix:
nginx:
# The image to use
image: '[[ .docker.repo ]]matrix-element:1.11.54-1'
image: '[[ .docker.repo ]]matrix-element:1.11.55-1'
# Resource allocation
resources: