update nginx 1.25.1 -> 1.25.2

This commit is contained in:
Aine 2023-08-16 10:09:22 +03:00
parent 4574ebbd31
commit e7e81f7828
No known key found for this signature in database
GPG key ID: 34969C908CCA2804
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
---
# Project source code URL: https://github.com/nginx/nginx
matrix_nginx_proxy_enabled: true
matrix_nginx_proxy_version: 1.25.1-alpine
matrix_nginx_proxy_version: 1.25.2-alpine
# We use an official nginx image, which we fix-up to run unprivileged.
# An alternative would be an `nginxinc/nginx-unprivileged` image, but

View file

@ -25,7 +25,7 @@
matrix_synapse_reverse_proxy_companion_enabled: true
matrix_synapse_reverse_proxy_companion_version: 1.25.1-alpine
matrix_synapse_reverse_proxy_companion_version: 1.25.2-alpine
matrix_synapse_reverse_proxy_companion_base_path: "{{ matrix_synapse_base_path }}/reverse-proxy-companion"
matrix_synapse_reverse_proxy_companion_confd_path: "{{ matrix_synapse_reverse_proxy_companion_base_path }}/conf.d"