From 18de31bfa8065cc17c4b08c779b5a149c39a5085 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 25 Jul 2021 17:57:32 +0200 Subject: [PATCH] add note regarding build caching --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1f9204..cd516f6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Don't run random images from random dudes on the Internet. Ideally, you want to Images are scanned every day by [Trivy](https://github.com/aquasecurity/trivy) for OS vulnerabilities. Latest tag/version is automatically built weekly, so you should often update your images regardless if you're already using the latest Nextcloud version. +If you're building manually, you should always build production images without cache (use `docker build --no-cache` for instance). Latest dependencies will hence be used instead of outdated ones due to a cached layer. + ## Features - Fetching PHP/nginx from their official images. - **Rootless**: no privilege at any time, even at startup.