diff --git a/build/guide/multi-stage.md b/build/guide/multi-stage.md index 36a2a516a0..e7d7dd8030 100644 --- a/build/guide/multi-stage.md +++ b/build/guide/multi-stage.md @@ -26,7 +26,7 @@ REPOSITORY TAG IMAGE ID CREATED SIZE buildme latest c021c8a7051f 5 seconds ago 150MB ``` -The program compiles to executable binaries, so you don’t need to Go language +The program compiles to executable binaries, so you don’t need Go language utilities to exist in the final image. ## Add stages