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:
authorblizzz <blizzz@arthur-schiwon.de>2021-04-19 17:13:10 +0300
committerGitHub <noreply@github.com>2021-04-19 17:13:10 +0300
commitcb36fff9448fc8eb1b9e061cee386591dd2cc283 (patch)
treeb7a2965d6cf3c4aeb82a7a4d55e63aa8e56fc2a6
parentb7e1465b7f2ca16f75487106430564dbe12e4eb1 (diff)
parentab4bd8aa5ef46d0b005be2e5c1fe3559359ece93 (diff)
Merge pull request #141 from nextcloud/prepare-20.0.9
bump to 20.0.9
-rw-r--r--Dockerfile4
-rw-r--r--Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 5b50dd9..027ce81 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,8 +22,8 @@
FROM ubuntu:20.04
-ADD https://download.nextcloud.com/server/releases/nextcloud-20.0.8.tar.bz2 /root/nextcloud.tar.bz2
-ADD https://github.com/nextcloud/richdocuments/releases/download/v3.7.17/richdocuments.tar.gz /root/richdocuments.tar.gz
+ADD https://download.nextcloud.com/server/releases/nextcloud-20.0.9.tar.bz2 /root/nextcloud.tar.bz2
+ADD https://github.com/nextcloud/richdocuments/releases/download/v3.7.18/richdocuments.tar.gz /root/richdocuments.tar.gz
ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v6.3.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/
diff --git a/Makefile b/Makefile
index a9d4ef6..84d8634 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=20.0.8-0
+app_version=20.0.9-0
app_upgrade_from=19.0.4-0
ucs_version=4.4