mirror of https://github.com/linkerd/linkerd2.git
proxy: update to linkerd/linkerd2-proxy#35df8ab (#2939)
439fbfed Update to rust-1.35.0 (linkerd/linkerd2-proxy#265) db26495e Honor `l5d-override-dst` for inbound service profiles (linkerd/linkerd2-proxy#267) a476e995 metrics: Include the prefix of a Report in log lines (linkerd/linkerd2-proxy#262) 1a52a5e6 discovery: Fall back in MakeService, only on InvalidArgument (linkerd/linkerd2-proxy#268) 35df8ab4 metrics: Classify response errors (linkerd/linkerd2-proxy#269)
This commit is contained in:
parent
28025eeb56
commit
374a4dbcb1
|
@ -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:-790a86a}"
|
PROXY_VERSION="${PROXY_VERSION:-35df8ab}"
|
||||||
|
|
||||||
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