Explorar el Código

Update nginx Docker tag to v1.31.0

pull/5231/head
renovate[bot] hace 1 día
committed by Slavi Pantaleev
padre
commit
5186360194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml Ver fichero

@@ -1844,7 +1844,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.30.0-alpine
matrix_synapse_reverse_proxy_companion_version: 1.31.0-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"


Cargando…
Cancelar
Guardar