From 1ce029860cfbdda2b80b777d6222241c78c5d0b1 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sat, 2 Dec 2023 09:27:27 -0600 Subject: [PATCH] docs: ensure latest Rust base image is pulled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fbd233..d569640 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The examples below start a rootless podman container, mapping a local data directory and config file. ```console -$ podman build -t nostr-rs-relay . +$ podman build --pull -t nostr-rs-relay . $ mkdir data