diff --git a/apps/nextcloud/app.yml b/apps/nextcloud/app.yml index 4489744..f6927c9 100644 --- a/apps/nextcloud/app.yml +++ b/apps/nextcloud/app.yml @@ -8,7 +8,7 @@ version: 3 metadata: category: Files name: Nextcloud - version: 23.0.4 + version: 24.0.0 tagline: Your personal cloud description: No description yet. developers: @@ -44,7 +44,7 @@ containers: data: - data/redis:/data - name: web - image: nextcloud:23.0.4@sha256:e590c3b0b1ca2e6a5787e5245ab4192ecb60051f863fc97abd664cf406385783 + image: nextcloud:24.0.0@sha256:441481f9e245f2b9a62fcbfe9cb10eb136b8fe3b80282726eb2257728781e61f port: 80 environment: MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP} @@ -60,7 +60,7 @@ containers: - redis data: - data/nextcloud:/var/www/html - - image: nextcloud:23.0.4@sha256:e590c3b0b1ca2e6a5787e5245ab4192ecb60051f863fc97abd664cf406385783 + - image: nextcloud:24.0.0@sha256:441481f9e245f2b9a62fcbfe9cb10eb136b8fe3b80282726eb2257728781e61f entrypoint: /cron.sh depends_on: - db