proxy: bump pinned version to fix a h2 bug (#2105)

- Update h2 to 0.1.15 (linkerd/linkerd2-proxy#172)

carllerche/h2#338 fixes a deadlock in stream reference counts that could
potentially impact the proxy. linkerd/linkerd2-proxy@6df55c0 updates our 
`h2` dependency to a version which includes this change.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman 2019-01-17 12:17:02 -08:00 committed by GitHub
parent 1989e28d8f
commit 53f8bb5a15
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
# Default to a pinned commit SHA of the proxy.
PROXY_VERSION="${PROXY_VERSION:-08b2a23}"
PROXY_VERSION="${PROXY_VERSION:-6df55c0}"
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION