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:
Kevin Leimkuhler 2019-02-07 12:17:51 -08:00 committed by GitHub
parent a11b9933fc
commit 9cca1df3b6
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 . $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