Bump proxy to 4ed4dcc (#2494)

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
Kevin Lingerfelt 2019-03-13 16:57:07 -07:00 committed by GitHub
parent 155c063348
commit e862e98d1a
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:-6d10dd6}"
PROXY_VERSION="${PROXY_VERSION:-4ed4dcc}"
docker_build proxy "$(head_root_tag)" $rootdir/Dockerfile-proxy --build-arg PROXY_VERSION=$PROXY_VERSION