Browse Source

Update nginx Docker tag to v1.31.3

pull/5432/head
renovate[bot] 1 day ago
committed by Slavi Pantaleev
parent
commit
dd6b4444de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml View File

@@ -1852,7 +1852,7 @@ matrix_synapse_register_user_script_matrix_authentication_service_path: ""
matrix_synapse_reverse_proxy_companion_enabled: "{{ matrix_synapse_enabled and matrix_synapse_workers_enabled }}"

# renovate: datasource=docker depName=nginx
matrix_synapse_reverse_proxy_companion_version: 1.31.2-alpine
matrix_synapse_reverse_proxy_companion_version: 1.31.3-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"


Loading…
Cancel
Save