Skip to content

Commit 620a800

Browse files
authored
Merge pull request #3130 from nextcloud/enh/noid/udpate-nc
update Nextcloud to 27.0.2
2 parents 510056d + 04be2a7 commit 620a800

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Containers/nextcloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:8.1.22-fpm-alpine3.18
33
ENV PHP_MEMORY_LIMIT 512M
44
ENV PHP_UPLOAD_LIMIT 10G
55
ENV PHP_MAX_TIME 3600
6-
ENV NEXTCLOUD_VERSION 26.0.4
6+
ENV NEXTCLOUD_VERSION 27.0.2
77
ENV AIO_TOKEN 123456
88
ENV AIO_URL localhost
99

app/appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category>monitoring</category>
1414
<bugs>https://github.com/nextcloud/all-in-one/issues</bugs>
1515
<dependencies>
16-
<nextcloud min-version="25" max-version="26"/>
16+
<nextcloud min-version="26" max-version="27"/>
1717
</dependencies>
1818

1919
<settings>

php/templates/containers.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% set isBackupOrRestoreRunning = false %}
2929
{% set isApacheStarting = false %}
3030
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
31-
{% set newMajorVersion = 27 %}
31+
{% set newMajorVersion = '' %}
3232

3333
{% if is_backup_container_running == true %}
3434
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}

0 commit comments

Comments
 (0)