Update nextcloud to version 24

This commit is contained in:
Andreas Zweili 2022-10-17 10:21:28 +02:00
parent 6d6005b3d6
commit e92792375c
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ services:
cron:
# https://hub.docker.com/_/nextcloud/tags?page=1&name=apache
image: nextcloud:23.0.10-apache@sha256:e46cb7adc2015f7a464611a2fbcfe37f3bfbf8c5d9afb0c584b131fadb8014b6
image: nextcloud:24.0.6-apache@sha256:72d4ceade8ee1a6efd732ad5a9cdffe393bde11cf1eb0f3a6f26d4aea7686d13
restart: unless-stopped
volumes:
- nextcloud_data:/var/www/html

View File

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