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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-10-22 22:26:15 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-03 22:32:16 +0300
commit5c02694e83865397a191fef7fbbd21843b1b6de0 (patch)
tree5b685b7f98321803293ba148f1f79593301c1fca
parent5754ce6fabc66a5b914ce521353064bc4192944f (diff)
bump to 21.0.5
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--Dockerfile6
-rw-r--r--Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 25528d3..841c2a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,9 +22,9 @@
FROM ubuntu:20.04
-ADD https://download.nextcloud.com/server/releases/nextcloud-21.0.4.tar.bz2 /root/nextcloud.tar.bz2
-ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v4.2.1/richdocuments.tar.gz /root/richdocuments.tar.gz
-ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.1.2/onlyoffice.tar.gz /root/onlyoffice.tar.gz
+ADD https://download.nextcloud.com/server/releases/nextcloud-21.0.5.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
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 6c2514f..9278fe8 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.4-0
+app_version=21.0.5-0
app_upgrade_from=20.0.10-0
ucs_version=4.4