From 1b2f4af30582b47150ae62d7c63f1e6b172d1242 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 13 May 2022 15:02:55 +0200 Subject: bump to 22.2.7 Signed-off-by: Arthur Schiwon --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ef2cf0..b3b10f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ FROM ubuntu:20.04 -ADD https://download.nextcloud.com/server/releases/nextcloud-22.2.6.tar.bz2 /root/nextcloud.tar.bz2 +ADD https://download.nextcloud.com/server/releases/nextcloud-22.2.7.tar.bz2 /root/nextcloud.tar.bz2 ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v4.2.6/richdocuments-v4.2.6.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/ diff --git a/Makefile b/Makefile index 13a5700..7e442f7 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # along with this program. If not, see . app_name=nextcloud -app_version=22.2.6-0 +app_version=22.2.7-0 app_upgrade_from=21.0.9-0 ucs_version=4.4 -- cgit v1.2.3