From: W. Trevor King Date: Thu, 11 Aug 2016 20:14:11 +0000 (-0700) Subject: build.sh: Bump DATE to 20160804 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3288f5101a8a08f33c807935c7d54b10aba66895;p=dockerfile.git build.sh: Bump DATE to 20160804 Get a Tornado >4.1.0 for working SNI in Thumbor [1,2,3,4]. [1]: https://tools.ietf.org/html/rfc6066#section-3 [2]: https://github.com/thumbor/thumbor/issues/409 [3]: https://github.com/tornadoweb/tornado/pull/1270 [4]: https://github.com/tornadoweb/tornado/commit/ab706d692e83d146b2b8ecfc502414bc49cbdd01 --- diff --git a/build.sh b/build.sh index f2bbff5..9556c0a 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-$(id -u -n)}" -DATE="${DATE:-20150402}" +DATE="${DATE:-20160804}" MIRROR="${MIRROR:-http://distfiles.gentoo.org/}" ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/autobuilds/${DATE}/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}"