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:
Oliver Gould 2018-12-03 16:30:35 -08:00 committed by GitHub
parent 37a5455445
commit baa7436cc7
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:-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