From eea6bc06d4aaf764582bab3e93fe26755d51774e Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 11 Sep 2025 16:17:01 +0200 Subject: [PATCH] chore: update Nextcloud to 30.0.15 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a2deff..1ddbd5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -------------- Build-time variables -------------- -ARG NEXTCLOUD_VERSION=30.0.14 +ARG NEXTCLOUD_VERSION=30.0.15 ARG PHP_VERSION=8.3 ARG NGINX_VERSION=1.26 @@ -10,8 +10,8 @@ ARG SNUFFLEUPAGUS_VERSION=0.10.0 ARG UID=1000 ARG GID=1000 -# nextcloud-30.0.14.tar.bz2 -ARG SHA256_SUM="2d44f59e38b8504ffdf06858f48fb255ba13aac24e355cdf47a43eaa22d8d041" +# nextcloud-30.0.15.tar.bz2 +ARG SHA256_SUM="f33552d3185e97ad1a5fe57a49fe2b55a361dc8e4f925fb12b592047d1f0e6a5" # Nextcloud Security (D75899B9A724937A) ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"