Upgrade services

This commit is contained in:
Slavi Pantaleev 2019-04-21 08:57:49 +03:00
parent 9ea5088761
commit 18a562c000
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ matrix_mailer_enabled: true
matrix_mailer_base_path: "{{ matrix_base_data_path }}/mailer"
matrix_mailer_docker_image: "devture/exim-relay:4.91-r1-0"
matrix_mailer_docker_image: "devture/exim-relay:4.91-r3-0"
# The user/group that the container runs with.
# These match the `exim` user/group within the container image.

View file

@ -3,7 +3,7 @@ matrix_nginx_proxy_enabled: true
# We use an official nginx image, which we fix-up to run unprivileged.
# An alternative would be an `nginxinc/nginx-unprivileged` image, but
# those as more frequently out of date.
matrix_nginx_proxy_docker_image: "nginx:1.15.10-alpine"
matrix_nginx_proxy_docker_image: "nginx:1.15.12-alpine"
matrix_nginx_proxy_base_path: "{{ matrix_base_data_path }}/nginx-proxy"
matrix_nginx_proxy_data_path: "{{ matrix_nginx_proxy_base_path }}/data"

View file

@ -1,6 +1,6 @@
matrix_riot_web_enabled: true
matrix_riot_web_docker_image: "bubuntux/riot-web:v1.0.7"
matrix_riot_web_docker_image: "bubuntux/riot-web:v1.0.8"
matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"