chore(deps): update nextcloud docker tag to v31
Some checks failed
checks / k8s (push) Successful in 15s
checks / tflint (push) Successful in 14s
OpenTofu deployments / authentik (push) Failing after 1s
checks / pre-commit (push) Failing after 36s
OpenTofu deployments / adguard (push) Failing after 24s

This commit is contained in:
cătălin 2025-02-28 16:52:43 +01:00
commit bd55ff0a76
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM nextcloud:30.0.6-apache FROM nextcloud:31.0.0-apache
RUN set -ex; \ RUN set -ex; \
\ \

View file

@ -14,7 +14,7 @@ services:
- nextcloud - nextcloud
nextcloud: nextcloud:
image: git.roboces.dev/catalin/fukuops:nextcloud-30.0.6 image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.0
volumes: volumes:
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data - /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config - /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config