docs: update README with new dockerhub link

This commit is contained in:
Daniel Wolf 2024-03-22 14:41:52 -04:00
parent 412a3f0594
commit 120704da30
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: ISC
-->
[Git](https://code.nephatrine.net/NephNET/builder-alpine/src/branch/master) |
[Docker](https://hub.docker.com/r/nephatrine/nxbuilder/)
[Docker](https://hub.docker.com/r/nephatrine/nxb-alpine/)
# NXBuilder
@ -32,5 +32,5 @@ beyond that. It can also be used as a quick "cleanroom" to test builds in.
You can spin up a quick temporary test container like this:
~~~
docker run --rm -ti nephatrine/nxbuilder:alpine-latest /bin/bash
docker run --rm -ti nephatrine/nxb-alpine:latest /bin/bash
~~~