Update nextcloud

This commit is contained in:
Andreas Zweili 2022-10-17 10:02:25 +02:00
parent fcecf9eda8
commit 1a144ac8ec
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ services:
restart: unless-stopped
cron:
image: nextcloud@sha256:fbc625b4f744750443930c9e76e757a6eaa28789f6ab0a3e8f34658717f132dd #23.0.3-apache
image: nextcloud@sha256:e46cb7adc2015f7a464611a2fbcfe37f3bfbf8c5d9afb0c584b131fadb8014b6:23.0.10-apache
restart: unless-stopped
volumes:
- nextcloud_data:/var/www/html

View File

@ -1,4 +1,4 @@
FROM nextcloud@sha256:fbc625b4f744750443930c9e76e757a6eaa28789f6ab0a3e8f34658717f132dd
FROM nextcloud@sha256:e46cb7adc2015f7a464611a2fbcfe37f3bfbf8c5d9afb0c584b131fadb8014b6:23.0.10-apache
RUN set -ex; \
\