mirror of https://github.com/linkerd/linkerd2.git
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:
parent
06a69f69c5
commit
39b8942095
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue