proxy: Bump pinned version to 6d10dd6 (#2448)

This picks up the following:
* [dc00685](https://github.com/linkerd/linkerd2-proxy/commit/dc00685) Increase
  inbound/outbound router capacity
* [6d10dd6](https://github.com/linkerd/linkerd2-proxy/commit/6d10dd6) Set
  `l5d-remote-ip` on inbound requests and outbound responses

Signed-off-by: Kevin Leimkuhler <kevinl@buoyant.io>
This commit is contained in:
Kevin Leimkuhler 2019-03-05 15:09:59 -08:00 committed by GitHub
parent 206ff685e2
commit 4fba211b98
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:-7e55196}"
PROXY_VERSION="${PROXY_VERSION:-6d10dd6}"
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION