From 0c543c0ad485f2328c4eda63bf3689eb2023e977 Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 28 Jan 2022 12:35:40 +0100 Subject: [PATCH] clone the current state of the repo from the releases org Signed-off-by: szaimen --- Containers/mastercontainer/Dockerfile | 2 +- Containers/nextcloud/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index c0111ffd..10599f36 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -36,7 +36,7 @@ RUN set -e && \ mv composer.phar /usr/local/bin/composer && \ chmod +x /usr/local/bin/composer && \ cd /var/www/docker-aio; \ - git clone https://github.com/nextcloud/all-in-one.git --depth 1 .; \ + git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \ cd php; \ composer install --no-dev; \ composer clearcache; \ diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 48fe55a7..0b87f88d 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -228,7 +228,7 @@ RUN set -ex; \ RUN rm -rf /tmp/nextcloud-aio && \ mkdir -p /tmp/nextcloud-aio && \ cd /tmp/nextcloud-aio && \ - git clone https://github.com/nextcloud/all-in-one.git .; \ + git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \ mkdir -p /usr/src/nextcloud/apps/nextcloud-aio; \ cp -r ./app/* /usr/src/nextcloud/apps/nextcloud-aio/