diff --git a/example/images/matrix-element/Dockerfile b/example/images/matrix-element/Dockerfile index 2d03049..570cb93 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.64 \ - SYNAPSE_ADMIN_VERSION=0.9.1 + SYNAPSE_ADMIN_VERSION=0.9.4 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 543aaba..e64103c 100644 --- a/example/matrix.nomad.hcl +++ b/example/matrix.nomad.hcl @@ -326,7 +326,7 @@ _EOT driver = "docker" config { - image = "danielberteaud/matrix-element:1.11.64-1" + image = "danielberteaud/matrix-element:1.11.64-3" readonly_rootfs = true pids_limit = 100 volumes = [ diff --git a/variables.yml b/variables.yml index b1558e9..29f422a 100644 --- a/variables.yml +++ b/variables.yml @@ -113,13 +113,13 @@ matrix: version: 1.11.64 synapse_admin: - version: 0.9.1 + version: 0.9.4 # 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 ]]-1' + image: '[[ .docker.repo ]]matrix-element:[[ .matrix.element.version ]]-3' # Resource allocation resources: