diff --git a/example/images/matrix-element/Dockerfile b/example/images/matrix-element/Dockerfile index d940707..b369b54 100644 --- a/example/images/matrix-element/Dockerfile +++ b/example/images/matrix-element/Dockerfile @@ -1,7 +1,7 @@ FROM nginxinc/nginx-unprivileged:alpine MAINTAINER Daniel Berteaud -ARG ELEMENT_VERSION=1.11.62 \ +ARG ELEMENT_VERSION=1.11.63 \ SYNAPSE_ADMIN_VERSION=0.9.1 ENV ELEMENT_NGINX_BIND_ADDR=0.0.0.0 \ diff --git a/example/matrix.nomad.hcl b/example/matrix.nomad.hcl index 7bbbcfd..1a24eb4 100644 --- a/example/matrix.nomad.hcl +++ b/example/matrix.nomad.hcl @@ -317,7 +317,7 @@ _EOT driver = "docker" config { - image = "danielberteaud/matrix-element:1.11.62-1" + image = "danielberteaud/matrix-element:1.11.63-1" readonly_rootfs = true pids_limit = 100 volumes = [ diff --git a/variables.yml b/variables.yml index 487ccf8..9349633 100644 --- a/variables.yml +++ b/variables.yml @@ -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.62 + version: 1.11.63 synapse_admin: version: 0.9.1