mirror of https://github.com/linkerd/linkerd2.git
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:
parent
206ff685e2
commit
4fba211b98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue