diff --git a/example/images/matrix-element/Dockerfile b/example/images/matrix-element/Dockerfile index 92baaec..ea1e9e2 100644 --- a/example/images/matrix-element/Dockerfile +++ b/example/images/matrix-element/Dockerfile @@ -2,7 +2,7 @@ FROM nginxinc/nginx-unprivileged:alpine MAINTAINER Daniel Berteaud ARG ELEMENT_VERSION=1.11.57 \ - SYNAPSE_ADMIN_VERSION=0.9.0 + SYNAPSE_ADMIN_VERSION=0.9.1 ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \ ELEMENT_NGINX_BIND_PORT=8710 diff --git a/example/matrix.nomad.hcl b/example/matrix.nomad.hcl index c46be6a..801aa00 100644 --- a/example/matrix.nomad.hcl +++ b/example/matrix.nomad.hcl @@ -298,7 +298,7 @@ _EOT driver = "docker" config { - image = "danielberteaud/matrix-element:1.11.57-2" + image = "danielberteaud/matrix-element:1.11.57-3" readonly_rootfs = true pids_limit = 100 volumes = [ diff --git a/variables.yml b/variables.yml index bdb850c..42b5286 100644 --- a/variables.yml +++ b/variables.yml @@ -110,13 +110,13 @@ matrix: version: 1.11.57 synapse_admin: - version: 0.9.0 + version: 0.9.1 # Nginx will servce static files (well-known, element, synapse-admin), and proxy requests to synapse nginx: # The image to use - image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-2' + image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-3' # Resource allocation resources: