proxy: Update to linkerd/linkerd2-proxy#790a86a (#2898)

commit 790a86aa9db463af479647bb91b8b55280d74d4
    Author: Sean McArthur <sean@buoyant.io>
    Date:   Tue Jun 4 20:28:05 2019 -0700

        Update h2 to v0.1.23 (#264)

        - Fixes leaked DATA frames if never polled.

        Signed-off-by: Sean McArthur <sean@buoyant.io>
This commit is contained in:
Oliver Gould 2019-06-05 08:08:04 -07:00 committed by GitHub
parent 06a69f69c5
commit 39b8942095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ validate_go_deps_tag $dockerfile
) >/dev/null ) >/dev/null
# Default to a pinned commit SHA of the proxy. # Default to a pinned commit SHA of the proxy.
PROXY_VERSION="${PROXY_VERSION:-ed32e49}" PROXY_VERSION="${PROXY_VERSION:-790a86a}"
tag="$(head_root_tag)" tag="$(head_root_tag)"
docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION docker_build proxy $tag $dockerfile --build-arg LINKERD_VERSION=$tag --build-arg PROXY_VERSION=$PROXY_VERSION