mirror of https://github.com/linkerd/linkerd2.git
Signed-off-by: Eliza Weisman <eliza@buoyant.io> (#2410)
proxy: bump pinned version to 7e55196 This picks up the following commit: * 7e55196 Bump tower-grpc (linkerd/linkerd2-proxy#202) The new `tower-grpc` version (tower-rs/tower-grpc#115) improves the messages attached to internal gRPC issues. This will aid significantly in debugging the proxy's gRPC communication with the control plane.
This commit is contained in:
parent
c5b905281c
commit
9c0537c318
|
@ -14,6 +14,6 @@ rootdir="$( cd $bindir/.. && pwd )"
|
|||
. $bindir/_tag.sh
|
||||
|
||||
# Default to a pinned commit SHA of the proxy.
|
||||
PROXY_VERSION="${PROXY_VERSION:-0fe8063}"
|
||||
PROXY_VERSION="${PROXY_VERSION:-7e55196}"
|
||||
|
||||
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION
|
||||
|
|
Loading…
Reference in New Issue