mirror of https://github.com/linkerd/linkerd2.git
Bump proxy version (#2539)
Picks up the following proxy change: * Add a oneshot to notify the profiles daemon if the stream is dropped Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
21796be354
commit
63996e8b8a
|
@ -14,6 +14,6 @@ rootdir="$( cd $bindir/.. && pwd )"
|
|||
. $bindir/_tag.sh
|
||||
|
||||
# Default to a pinned commit SHA of the proxy.
|
||||
PROXY_VERSION="${PROXY_VERSION:-0aee737}"
|
||||
PROXY_VERSION="${PROXY_VERSION:-2064900}"
|
||||
|
||||
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION
|
||||
|
|
Loading…
Reference in New Issue