From b66d5a525a73853d6b196c327e3e09d88fd280e3 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 25 Jan 2024 16:20:57 +0100 Subject: [PATCH] build(nc): bump to NC 27.1.6 Signed-off-by: Arthur Schiwon --- Dockerfile | 4 ++-- Makefile | 2 +- setup | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49889e2..70fba5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ FROM ubuntu:22.04 -ADD https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2 /root/nextcloud.tar.bz2 -ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.2.3/richdocuments-v8.2.3.tar.gz /root/richdocuments.tar.gz +ADD https://download.nextcloud.com/server/releases/nextcloud-27.1.6.tar.bz2 /root/nextcloud.tar.bz2 +ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.2.4/richdocuments-v8.2.4.tar.gz /root/richdocuments.tar.gz ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v8.2.4/onlyoffice.tar.gz /root/onlyoffice.tar.gz COPY resources/entrypoint.sh /usr/sbin/ COPY resources/60-nextcloud.ini /etc/php/8.1/apache2/conf.d/ diff --git a/Makefile b/Makefile index 05f0acc..c606c17 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # along with this program. If not, see . app_name=nextcloud -app_version=27.1.5-0 +app_version=27.1.6-0 app_upgrade_from=26.0.10-0 ucs_version=5.0 diff --git a/setup b/setup index 7e6e345..f3d8512 100644 --- a/setup +++ b/setup @@ -141,7 +141,7 @@ if [ "$NC_IS_UPGRADE" -eq 0 ] ; then $OCC db:convert-filecache-bigint -n $OCC db:add-missing-indices - # ensure that all apps are up to date on installation (e.g. files_rightclick on 17.0.1) + # ensure that all apps are up to date on installation $OCC app:update --all else