mirror of https://github.com/linkerd/linkerd2.git
Proxy: bump pinned version to 7add4fc (#2225)
* Remove destination address from endpoint metric labels (linkerd/linkerd2#187) * Set proxy_id in calls to Get and GetProfile (linkerd/linkerd2#183) * Add l5d-client-id on inbound requests if meshed TLS (linkerd/linkerd2#184) Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
a11b9933fc
commit
9cca1df3b6
|
@ -14,6 +14,6 @@ rootdir="$( cd $bindir/.. && pwd )"
|
||||||
. $bindir/_tag.sh
|
. $bindir/_tag.sh
|
||||||
|
|
||||||
# Default to a pinned commit SHA of the proxy.
|
# Default to a pinned commit SHA of the proxy.
|
||||||
PROXY_VERSION="${PROXY_VERSION:-0fc35e2}"
|
PROXY_VERSION="${PROXY_VERSION:-7add4fc}"
|
||||||
|
|
||||||
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION
|
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION
|
||||||
|
|
Loading…
Reference in New Issue