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:
Oliver Gould 2018-10-30 15:19:01 -07:00 committed by GitHub
parent 3cd13f2913
commit 557dca5a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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