mirror of https://github.com/linkerd/linkerd2.git
Bump the proxy version to fix integration tests (#1914)
A Tap integration test fails and has been fixed by linkerd/linkerd2-proxy#152. This change bumps the proxy version to get this change, as well as an upgrade to the `h2` library for bugfixes.
This commit is contained in:
parent
37a5455445
commit
baa7436cc7
|
@ -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:-872f78d}"
|
PROXY_VERSION="${PROXY_VERSION:-f3f959b}"
|
||||||
|
|
||||||
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