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>2022-08-19 12:55:28 +0300
committerGitHub <noreply@github.com>2022-08-19 12:55:28 +0300
commit378659933361e4716ccae125fbc6343dba9cec50 (patch)
tree4f3e00104fc15eb966ab05d28c736be8a05e09fe
parent4082139a4d437198a7508466d4baf5f1a14fdffc (diff)
parent4ea1f2895a0181020dee210b49f9af177e9d5145 (diff)
Merge pull request #170 from nextcloud/prepare-24.0.4
bump to 24.0.4
-rw-r--r--Dockerfile6
-rw-r--r--Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 8fbb6d5..ef3359d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,9 +22,9 @@
FROM ubuntu:20.04
-ADD https://download.nextcloud.com/server/releases/nextcloud-24.0.3.tar.bz2 /root/nextcloud.tar.bz2
-ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v6.1.1/richdocuments-v6.1.1.tar.gz /root/richdocuments.tar.gz
-ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.5.2/onlyoffice.tar.gz /root/onlyoffice.tar.gz
+ADD https://download.nextcloud.com/server/releases/nextcloud-24.0.4.tar.bz2 /root/nextcloud.tar.bz2
+ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v6.2.0/richdocuments-v6.2.0.tar.gz /root/richdocuments.tar.gz
+ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.5.4/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 19d1e59..26c355d 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=24.0.3-0
+app_version=24.0.4-0
app_upgrade_from=23.0.6-0
ucs_version=4.4