Update Element to 1.11.66

This commit is contained in:
Daniel Berteaud 2024-05-07 15:45:04 +02:00
parent c5708edea3
commit 6823debce0
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ RUN set -euxo pipefail &&\
FROM nginxinc/nginx-unprivileged:alpine
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG ELEMENT_VERSION=1.11.65
ARG ELEMENT_VERSION=1.11.66
ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \
ELEMENT_NGINX_BIND_PORT=8710

View File

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

View File

@ -110,7 +110,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.65
version: 1.11.66
# Synapse Admin is the admin interface for Synapse
synapse_admin:
@ -120,7 +120,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: