From 120dcd36452de64c896633172c2d9939fba90a16 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 24 Jul 2023 17:49:06 +0200 Subject: [PATCH] build(nc): bump to 25.0.9 Signed-off-by: Arthur Schiwon --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6cc67b4..9994a69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ FROM ubuntu:22.04 -ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.8.tar.bz2 /root/nextcloud.tar.bz2 +ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.9.tar.bz2 /root/nextcloud.tar.bz2 ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v7.1.4/richdocuments-v7.1.4.tar.gz /root/richdocuments.tar.gz ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.8.0/onlyoffice.tar.gz /root/onlyoffice.tar.gz COPY resources/entrypoint.sh /usr/sbin/ diff --git a/Makefile b/Makefile index 1455f67..3cf6da9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # along with this program. If not, see . app_name=nextcloud -app_version=25.0.8-0 +app_version=25.0.9-0 app_upgrade_from=24.0.11-0-ucs1 ucs_version=5.0