From a4de013f5e79115c117c0bbe983caa7f3159a43c Mon Sep 17 00:00:00 2001 From: Seednode Date: Tue, 5 Sep 2023 10:20:04 -0500 Subject: [PATCH] Fixed link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58b6e86..2c39757 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ I only test the linux/amd64, linux/arm64, and windows/amd64 builds, the rest are x86_64 and ARM Docker images of latest version: `oci.seedno.de/seednode/roulette:latest`. -Dockerfile available [here](https://git.seedno.de/seednode/roulette/docker/Dockerfile). +Dockerfile available [here](https://git.seedno.de/seednode/roulette/raw/branch/master/docker/Dockerfile). ## Filtering @@ -118,4 +118,4 @@ Flags: ## Building the Docker container From inside the `docker/` subdirectory, build the image using the following command: -`REGISTRY= LATEST=yes TAG=alpine ./build.sh` \ No newline at end of file +`REGISTRY= LATEST=yes TAG=alpine ./build.sh`