diff --git a/nextcloud/12.0b/Dockerfile b/nextcloud/12.0b/Dockerfile
index bbd4089..23c0d8b 100644
--- a/nextcloud/12.0b/Dockerfile
+++ b/nextcloud/12.0b/Dockerfile
@@ -1,6 +1,6 @@
 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"
 
 ENV UID=991 GID=991 \
diff --git a/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf b/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf
index 6c07899..2fb1549 100644
--- a/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf
+++ b/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf
@@ -5,7 +5,6 @@ server {
         fastcgi_buffers 64 4K;
         
         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-XSS-Protection "1; mode=block";
         add_header X-Robots-Tag none;