Skip to content

Commit

Permalink
docs: ensure latest Rust base image is pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
scsibug committed Dec 2, 2023
1 parent b7e10e2 commit 1ce0298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ce0298

Please sign in to comment.