docs: ensure latest Rust base image is pulled

This commit is contained in:
Greg Heartsfield 2023-12-02 09:27:27 -06:00
parent b7e10e26a2
commit 1ce029860c
1 changed files with 1 additions and 1 deletions

View File

@ -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