From 9c0537c31876245aabd470dce378ff4e57de6d26 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 27 Feb 2019 14:17:17 -0800 Subject: [PATCH] Signed-off-by: Eliza Weisman (#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. --- bin/docker-build-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-build-proxy b/bin/docker-build-proxy index 20e19c77f..4d117f4ed 100755 --- a/bin/docker-build-proxy +++ b/bin/docker-build-proxy @@ -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