Update Element to 1.11.59

This commit is contained in:
Daniel Berteaud 2024-02-27 14:14:49 +01:00
parent d77c4f48ad
commit 14ee377bcf
3 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.58 \
ARG ELEMENT_VERSION=1.11.59 \
SYNAPSE_ADMIN_VERSION=0.9.1
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \

View File

@ -301,7 +301,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/matrix-element:1.11.58-3"
image = "danielberteaud/matrix-element:1.11.59-1"
readonly_rootfs = true
pids_limit = 100
volumes = [

View File

@ -107,7 +107,7 @@ matrix:
# Note : element will be served by the nginx container, so all the image, resources etc. are set there
element:
map_style_url: https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx
version: 1.11.58
version: 1.11.59
synapse_admin:
version: 0.9.1
@ -116,7 +116,7 @@ matrix:
nginx:
# The image to use
image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-3'
image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-1'
# Resource allocation
resources: