mirror of https://github.com/linkerd/linkerd2.git
proxy: Bump pinned version to f2d907b (#2609)
* proxy: Bump pinned version to f2d907b This change picks up: * Added configuration for overriding the connection backoff * Added configuration for overriding the HTTP/2 stream or connection window size * Disable potentially info-leaking header Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
a80335ed51
commit
1f2401c7a3
|
@ -14,6 +14,6 @@ rootdir="$( cd $bindir/.. && pwd )"
|
|||
. $bindir/_tag.sh
|
||||
|
||||
# Default to a pinned commit SHA of the proxy.
|
||||
PROXY_VERSION="${PROXY_VERSION:-2064900}"
|
||||
PROXY_VERSION="${PROXY_VERSION:-f2d907b}"
|
||||
|
||||
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION
|
||||
|
|
Loading…
Reference in New Issue