From 36744ae106c020c6b65a4eaa290b3293bf05f517 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 29 Apr 2019 13:53:33 +0200 Subject: Update link to current docs Signed-off-by: J0WI --- 16.0/apache/Dockerfile | 2 +- 16.0/fpm-alpine/Dockerfile | 2 +- 16.0/fpm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '16.0') diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile index b54fc5bd..dc5193e7 100644 --- a/16.0/apache/Dockerfile +++ b/16.0/apache/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex; \ echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data # install the PHP extensions we need -# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html +# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html RUN set -ex; \ \ savedAptMark="$(apt-mark showmanual)"; \ diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile index c5f2326e..23ba8961 100644 --- a/16.0/fpm-alpine/Dockerfile +++ b/16.0/fpm-alpine/Dockerfile @@ -12,7 +12,7 @@ RUN set -ex; \ echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data # install the PHP extensions we need -# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html +# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html RUN set -ex; \ \ apk add --no-cache --virtual .build-deps \ diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile index 840c74b0..a2bc6156 100644 --- a/16.0/fpm/Dockerfile +++ b/16.0/fpm/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex; \ echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data # install the PHP extensions we need -# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html +# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html RUN set -ex; \ \ savedAptMark="$(apt-mark showmanual)"; \ -- cgit v1.2.3