Skip to content

Commit

Permalink
Update README.md to note Alpine Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen authored Oct 30, 2023
1 parent 01e9838 commit 1b4a433
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ A prebuilt multiplatform Docker image is available for the latest release for x8
docker pull ghcr.io/praetorian-inc/noseyparker:latest
```

A prebuilt Docker image is also available for the most recent commit for x86_64 (`ghcr.io/praetorian-inc/noseyparker:edge`).
Additionally, A prebuilt Docker image is also available for the most recent commit for x86_64 (`ghcr.io/praetorian-inc/noseyparker:edge`).

**Note:** The Docker image runs noticeably slower than a native binary, particularly on macOS.
Finally, an additional prebuilt [Alpine-based](https://hub.docker.com/_/alpine) Docker image is also available for the most recent commit for x86_64 (`ghcr.io/praetorian-inc/noseyparker-alpine:edge`).

**Note:** The Docker images runs noticeably slower than a native binary, particularly on macOS.

<details>
<summary><h3>Building from source</h3></summary>
Expand Down

0 comments on commit 1b4a433

Please sign in to comment.