summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
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 /Dockerfile-debian.template
parentdc04397618084647989ab75608a3c90d396de6b2 (diff)
Update link to current docs
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index c4c01814..d7a00264 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -15,7 +15,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)"; \