From 9a61c2adc27e34ad0f6196e520eb7f7337edfd3f Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Fri, 5 Jul 2019 17:17:16 -0700 Subject: [PATCH] Bump proxy dep (#3042) Pick up the following proxy changes: * Update httparse to v1.3.4 * canonicalize: stop resolving when the receiver is dropped * router: Remove interval from router eviction Signed-off-by: Alex Leong --- 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 0a467eb38..289b034ee 100755 --- a/bin/docker-build-proxy +++ b/bin/docker-build-proxy @@ -23,7 +23,7 @@ validate_go_deps_tag $dockerfile ) >/dev/null # Default to a pinned commit SHA of the proxy. -PROXY_VERSION="${PROXY_VERSION:-0a7e206}" +PROXY_VERSION="${PROXY_VERSION:-05b012d}" tag="$(head_root_tag)" docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION