Merge pull request #840 from nextcloud/enh/669/nextcloud-24

update Nextcloud to 24
This commit is contained in:
Simon L 2022-07-26 19:53:35 +02:00 committed by GitHub
commit 7e24978a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -104,8 +104,7 @@ RUN { \
VOLUME /var/www/html VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 24.0.3
ENV NEXTCLOUD_VERSION 23.0.6
RUN set -ex; \ RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \ apk add --no-cache --virtual .fetch-deps \

View file

@ -5,7 +5,7 @@
<name>Nextcloud All In One</name> <name>Nextcloud All In One</name>
<summary>Provides a login link for admins.</summary> <summary>Provides a login link for admins.</summary>
<description>Add a link to the admin settings that gives access to the Nextcloud All In One admin interface</description> <description>Add a link to the admin settings that gives access to the Nextcloud All In One admin interface</description>
<version>0.1.0</version> <version>0.2.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Azul</author> <author>Azul</author>
<namespace>AllInOne</namespace> <namespace>AllInOne</namespace>
@ -13,7 +13,7 @@
<category>monitoring</category> <category>monitoring</category>
<bugs>https://github.com/nextcloud/all-in-one/issues</bugs> <bugs>https://github.com/nextcloud/all-in-one/issues</bugs>
<dependencies> <dependencies>
<nextcloud min-version="22" max-version="23"/> <nextcloud min-version="23" max-version="24"/>
</dependencies> </dependencies>
<settings> <settings>