From f808290d3fc743f6bd85d46a4b782b86ecd4e303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 23 Oct 2023 12:10:43 +0200 Subject: [PATCH] chore(release): Use rc2 for testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f784641..04ae5a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ FROM ubuntu:22.04 -ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.13.tar.bz2 /root/nextcloud.tar.bz2 +ADD https://download.nextcloud.com/server/prereleases/nextcloud-25.0.13rc2.tar.bz2 /root/nextcloud.tar.bz2 ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v7.1.7/richdocuments-v7.1.7.tar.gz /root/richdocuments.tar.gz ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.9.2/onlyoffice.tar.gz /root/onlyoffice.tar.gz COPY resources/entrypoint.sh /usr/sbin/ diff --git a/Makefile b/Makefile index e0b430b..a2f7cfc 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # along with this program. If not, see . app_name=nextcloud -app_version=25.0.13-0 +app_version=25.0.13-90 app_upgrade_from=24.0.11-0-ucs1 ucs_version=5.0