chore: update Nextcloud to 30.0.9

This commit is contained in:
Jan Wagner 2025-04-11 10:12:19 +02:00 committed by hoellen
parent ee1adeef8f
commit d460ad50a3

View File

@ -1,5 +1,5 @@
# -------------- Build-time variables -------------- # -------------- Build-time variables --------------
ARG NEXTCLOUD_VERSION=30.0.8 ARG NEXTCLOUD_VERSION=30.0.9
ARG PHP_VERSION=8.3 ARG PHP_VERSION=8.3
ARG NGINX_VERSION=1.26 ARG NGINX_VERSION=1.26
@ -10,8 +10,8 @@ ARG SNUFFLEUPAGUS_VERSION=0.10.0
ARG UID=1000 ARG UID=1000
ARG GID=1000 ARG GID=1000
# nextcloud-30.0.8.tar.bz2 # nextcloud-30.0.9.tar.bz2
ARG SHA256_SUM="bb086a112fb3516e744921d7ae1482cc1bd537edfd1f14051c1348d4b6ad58a2" ARG SHA256_SUM="82458bd7086c082a87ad1f1495d923b89e2331109a8d95e8b00e639bbd0e1f16"
# Nextcloud Security <security@nextcloud.com> (D75899B9A724937A) # Nextcloud Security <security@nextcloud.com> (D75899B9A724937A)
ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"