nextcloud: update to 12.0beta2

This commit is contained in:
Wonderfall 2017-05-09 21:39:06 +02:00
parent 82893269b5
commit 733a2b6c12
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM wonderfall/nginx-php FROM wonderfall/nginx-php
ARG NEXTCLOUD_VERSION=12.0.0beta1 ARG NEXTCLOUD_VERSION=12.0.0beta2
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
ENV UID=991 GID=991 \ ENV UID=991 GID=991 \

View File

@ -5,7 +5,6 @@ server {
fastcgi_buffers 64 4K; fastcgi_buffers 64 4K;
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options nosniff; add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block"; add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none; add_header X-Robots-Tag none;