summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-04-29 13:53:33 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-04-29 13:54:50 +0200
commit36744ae106c020c6b65a4eaa290b3293bf05f517 (patch)
treeb4e38421187f75a4ed4e2bfd2e90b3cc9b880fad /14.0
parentdc04397618084647989ab75608a3c90d396de6b2 (diff)
Update link to current docs
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '14.0')
-rw-r--r--14.0/apache/Dockerfile2
-rw-r--r--14.0/fpm-alpine/Dockerfile2
-rw-r--r--14.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index 9311aa8d..7de9415b 100644
--- a/14.0/apache/Dockerfile
+++ b/14.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/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 8cfc3c2b..95765f1e 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.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/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index b6493744..d50f6d6c 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.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)"; \