Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-04-29 14:53:33 +0300
committerJ0WI <J0WI@users.noreply.github.com>2019-04-29 14:54:50 +0300
commit36744ae106c020c6b65a4eaa290b3293bf05f517 (patch)
treeb4e38421187f75a4ed4e2bfd2e90b3cc9b880fad /Dockerfile-alpine.template
parentdc04397618084647989ab75608a3c90d396de6b2 (diff)
Update link to current docs
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index a92701c..e35d180 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -11,7 +11,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 \