From e77580f8454fa3aaefb42302e4cb863c994df644 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 14 Jan 2025 23:42:49 +0200 Subject: [PATCH] Update docs/developer/reproducibility.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexis Métaireau --- docs/developer/reproducibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/reproducibility.md b/docs/developer/reproducibility.md index 4146526..cb5a559 100644 --- a/docs/developer/reproducibility.md +++ b/docs/developer/reproducibility.md @@ -92,7 +92,7 @@ Here are a few other obstacles that we need to overcome: ### Updating the image The fact that our image is reproducible also means that it's frozen in time. -This means that rebuilding the image without updating our Dockerfile will not +This means that rebuilding the image without updating our Dockerfile will **not** receive security updates. We list the necessary variables that make up our image in the `Dockerfile.env`