From b22d28bdee5eda7a9f34a7fd24ff415ad65c9e83 Mon Sep 17 00:00:00 2001 From: Alexander Dahl <alex@netz39.de> Date: Tue, 23 Feb 2021 22:07:20 +0100 Subject: [PATCH] readme: Update build instructions The container should have an up to date base. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca052f0..8e714eb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ideas from ### Build ``` +docker pull prosody/prosody:0.11 docker build --tag prosody:0.11 . ```