mirror of https://github.com/linkerd/linkerd2.git
Put back the docs removed by mistake (#1796)
Signed-off-by: Alena Varkockova <varkockova.a@gmail.com>
This commit is contained in:
parent
652ca161ef
commit
1922dc0a0b
7
BUILD.md
7
BUILD.md
|
@ -257,6 +257,13 @@ DOCKER_TRACE=1 bin/docker-build-proxy
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
## Updating protobuf dependencies
|
||||||
|
If you make Protobuf changes, run:
|
||||||
|
```bash
|
||||||
|
bin/dep ensure
|
||||||
|
bin/protoc-go.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Updating Docker dependencies
|
## Updating Docker dependencies
|
||||||
|
|
||||||
The go Docker images rely on base dependency images with
|
The go Docker images rely on base dependency images with
|
||||||
|
|
Loading…
Reference in New Issue