From 90baf7a469c4b87230a0785417adef59a7b1340e Mon Sep 17 00:00:00 2001 From: HijackHornet Date: Mon, 29 Aug 2022 08:02:36 +0200 Subject: [PATCH] Fixed cross-compile doc command (#2825) Current doc pointed at the old image of the cross compiler docker image. Thanks bnkai for telling me :) --- docs/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 4119575a9..2160e4b1c 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -53,7 +53,7 @@ This project uses a modification of the [CI-GoReleaser](https://github.com/bep/d where the app can be cross-compiled. This process is kicked off by CI via the `scripts/cross-compile.sh` script. Run the following command to open a bash shell to the container to poke around: -`docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash -i -t stashappdev/compiler:latest /bin/bash` +`docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash -i -t stashapp/compiler:latest /bin/bash` ## Profiling