Update Nextcloud to version 23

This commit is contained in:
Andreas Zweili 2022-04-24 17:22:03 +02:00
parent 16ed47a878
commit 3ecc8c2621
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ services:
restart: unless-stopped
cron:
image: nextcloud:22.1-apache
image: nextcloud@sha256:fbc625b4f744750443930c9e76e757a6eaa28789f6ab0a3e8f34658717f132dd #23.0.3-apache
restart: unless-stopped
volumes:
- ./data:/var/www/html

View File

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