proxy: Update to linkerd2/linkerd2-proxy#ed32e496 (#2868)

linkerd2/linkerd2-proxy#b3dcc6e0 Use the proxy's log formatting in tests (linkerd2/linkerd2-proxy#258)
    linkerd2/linkerd2-proxy#1c91a398 Rewrite the destination client and remove DNS fallback (linkerd2/linkerd2-proxy#259)
    linkerd2/linkerd2-proxy#ed32e496 Update h2 to v0.1.21 (linkerd2/linkerd2-proxy#261)
This commit is contained in:
Oliver Gould 2019-05-30 13:01:00 -07:00 committed by Dennis Adjei-Baah
parent 8bb67b4820
commit 20715da2c9
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:-3e0e00c}"
PROXY_VERSION="${PROXY_VERSION:-ed32e49}"
tag="$(head_root_tag)"
docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION