mirror of https://github.com/linkerd/linkerd2.git
Upgrade to linkerd/linkerd2-proxy#f97239ba (#1829)
This change updates the proxy version to fix grpc failure classification, per #1819.
This commit is contained in:
parent
3cd13f2913
commit
557dca5a56
|
@ -14,6 +14,6 @@ rootdir="$( cd $bindir/.. && pwd )"
|
|||
. $bindir/_tag.sh
|
||||
|
||||
# Default to a pinned commit SHA of the proxy.
|
||||
PROXY_VERSION="${PROXY_VERSION:-51db6f8}"
|
||||
PROXY_VERSION="${PROXY_VERSION:-f97239b}"
|
||||
|
||||
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION
|
||||
|
|
Loading…
Reference in New Issue