1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-10 21:52:20 +02:00

nginx update v1.21.2

http://nginx.org/en/CHANGES
This commit is contained in:
sakkiii
2021-09-03 10:46:21 +05:30
committed by GitHub
parent e913347fe1
commit 732051b8fc

View File

@@ -1,5 +1,5 @@
matrix_nginx_proxy_enabled: true
matrix_nginx_proxy_version: 1.21.1-alpine
matrix_nginx_proxy_version: 1.21.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