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-23 14:28:37 +0300
committerGitHub <noreply@github.com>2022-05-23 14:28:37 +0300
commit7817696f73011cb5b6a09c25257169d2de038835 (patch)
treee86ae7dc7aafca08ef5cf32def769545fad5e90d
parentd274fe7dfc7ad9ff1f22106bd75a64df5f9921fa (diff)
parent1ced671ab5bf4156814a31dbc96dcdc4db8f3980 (diff)
Merge pull request #164 from nextcloud/prepare-23.0.5
prepare 23.0.5
-rw-r--r--Dockerfile4
-rw-r--r--Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index d86dfa2..29ef572 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,8 +22,8 @@
FROM ubuntu:20.04
-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://download.nextcloud.com/server/releases/nextcloud-23.0.5.tar.bz2 /root/nextcloud.tar.bz2
+ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v5.0.5/richdocuments-v5.0.5.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/
diff --git a/Makefile b/Makefile
index 3c6d74b..67d5e02 100644
--- a/Makefile
+++ b/Makefile
@@ -12,13 +12,13 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
+# GNU Affero General Public License for more details
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
app_name=nextcloud
-app_version=23.0.4-0
+app_version=23.0.5-0
app_upgrade_from=22.2.7-0
ucs_version=4.4