mirror of https://github.com/linkerd/linkerd2.git
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:
parent
8bb67b4820
commit
20715da2c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue