summaryrefslogtreecommitdiffstats
path: root/14.0/fpm/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '14.0/fpm/Dockerfile')
-rw-r--r--14.0/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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)"; \