Browse Source

Update nginx Docker tag to v1.31.5

pull/5555/merge
mdad-renovate[bot] 20 hours ago
committed by GitHub
parent
commit
32a8ebc59f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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

@@ -1930,7 +1930,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.4-alpine
matrix_synapse_reverse_proxy_companion_version: 1.31.5-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