Ver a proveniência

Merge pull request #2829 from etkecc/master

update nginx 1.25.1 -> 1.25.2
pull/2830/head
Slavi Pantaleev há 2 anos
committed by GitHub
ascendente
cometimento
2253176ec7
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      roles/custom/matrix-nginx-proxy/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml

+ 1
- 1
roles/custom/matrix-nginx-proxy/defaults/main.yml Ver ficheiro

@@ -1,7 +1,7 @@
--- ---
# Project source code URL: https://github.com/nginx/nginx # Project source code URL: https://github.com/nginx/nginx
matrix_nginx_proxy_enabled: true 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. # We use an official nginx image, which we fix-up to run unprivileged.
# An alternative would be an `nginxinc/nginx-unprivileged` image, but # An alternative would be an `nginxinc/nginx-unprivileged` image, but


+ 1
- 1
roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml Ver ficheiro

@@ -25,7 +25,7 @@


matrix_synapse_reverse_proxy_companion_enabled: true 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_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" matrix_synapse_reverse_proxy_companion_confd_path: "{{ matrix_synapse_reverse_proxy_companion_base_path }}/conf.d"


Carregando…
Cancelar
Guardar