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-05-13 17:12:53 +0300
committerGitHub <noreply@github.com>2022-05-13 17:12:53 +0300
commit82896fd1f2860eab7a9ffd93c8b347bd1ee9d419 (patch)
tree65bcf957d33337327856c9745a7c7569637558ca
parenta6eba7696cdd4e3aa3ac401146e7893e648fd36e (diff)
parent58f113c258c0198602a7c6ecdf9aa9f6d4bd1644 (diff)
Merge pull request #157 from patti2/master
bump version to 23.0.3
-rw-r--r--Dockerfile6
-rw-r--r--Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index b3b10f7..d86dfa2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,9 +22,9 @@
FROM ubuntu:20.04
-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
+ADD https://download.nextcloud.com/server/releases/nextcloud-23.0.4.tar.bz2 /root/nextcloud.tar.bz2
+ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v5.0.4/richdocuments-v5.0.4.tar.gz /root/richdocuments.tar.gz
+ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.3.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 7e442f7..3c6d74b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
app_name=nextcloud
-app_version=22.2.7-0
-app_upgrade_from=21.0.9-0
+app_version=23.0.4-0
+app_upgrade_from=22.2.7-0
ucs_version=4.4