Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatti2 <Patrick@patfab.net>2022-04-05 02:24:38 +0300
committerPatrick Schultz <Patrick@patfab.net>2022-04-13 23:54:43 +0300
commit2cd2f2b427cd10a7ce351eb21de42eaeac2a03bd (patch)
treedc067c84603a7ad4ffc41a03f3c3e4a3abd88c8e
parentf1c0c3fadf1e3ebcebe38b37469f1835a140ebd6 (diff)
bump to 23.0.3
Signed-off-by: Patrick Schultz <Patrick@patfab.net>
-rw-r--r--Dockerfile6
-rw-r--r--Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 7ffea0d..e7e547d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,9 +22,9 @@
FROM ubuntu:20.04
-ADD https://download.nextcloud.com/server/releases/nextcloud-21.0.7.tar.bz2 /root/nextcloud.tar.bz2
-ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v4.2.3/richdocuments.tar.gz /root/richdocuments.tar.gz
-ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.2.0/onlyoffice.tar.gz /root/onlyoffice.tar.gz
+ADD https://download.nextcloud.com/server/releases/nextcloud-23.0.3.tar.bz2 /root/nextcloud.tar.bz2
+ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v5.0.3/richdocuments.tar.gz /root/richdocuments.tar.gz
+ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.3.2/onlyoffice.tar.gz /root/onlyoffice.tar.gz
COPY resources/entrypoint.sh /usr/sbin/
COPY resources/60-nextcloud.ini /etc/php/7.4/apache2/conf.d/
COPY resources/60-nextcloud.ini /etc/php/7.4/cli/conf.d/
diff --git a/Makefile b/Makefile
index 40df23f..b3479a9 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
app_name=nextcloud
-app_version=21.0.7-0
+app_version=23.0.3-0
app_upgrade_from=20.0.10-0
ucs_version=4.4