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 <alex@buoyant.io>
This commit is contained in:
Alex Leong 2019-07-05 17:17:16 -07:00 committed by Oliver Gould
parent 94fa653cf3
commit 9a61c2adc2
1 changed files with 1 additions and 1 deletions

View File

@ -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