From 74e06ec86db1f7fdf66c1d583181557ac2bf4511 Mon Sep 17 00:00:00 2001 From: hoellen Date: Sat, 20 Jul 2024 11:03:21 +0200 Subject: [PATCH] chore: update Nextcloud to 29.0.4 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed7828c..9db8529 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -------------- Build-time variables -------------- -ARG NEXTCLOUD_VERSION=29.0.3 +ARG NEXTCLOUD_VERSION=29.0.4 ARG PHP_VERSION=8.2 ARG NGINX_VERSION=1.26 @@ -10,8 +10,8 @@ ARG SNUFFLEUPAGUS_VERSION=0.10.0 ARG UID=1000 ARG GID=1000 -# nextcloud-29.0.3.tar.bz2 -ARG SHA256_SUM="a5996e764c120927f8844d8f5b28c736b8e2f3280b120be13a2bd7731cdb7fd4" +# nextcloud-29.0.4.tar.bz2 +ARG SHA256_SUM="19c469e264b31ee80400f8396460854546569e88db4c15fc0854e192f96027eb" # Nextcloud Security (D75899B9A724937A) ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"