Skip to content

Commit

Permalink
Bump proxy dep (#3042)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
adleong authored and olix0r committed Jul 6, 2019
1 parent 94fa653 commit 9a61c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-build-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a61c2a

Please sign in to comment.