diff --git a/.travis.yml b/.travis.yml index 4b9052a001c..ae92f76f6ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - LUAROCKS=2.4.2 - OPENSSL=1.0.2l - CASSANDRA=2.2.8 - - OPENRESTY_BASE=1.11.2.1 + - OPENRESTY_BASE=1.11.2.4 - OPENRESTY_LATEST=1.11.2.4 - OPENRESTY=$OPENRESTY_BASE - DOWNLOAD_CACHE=$HOME/download-cache diff --git a/kong/meta.lua b/kong/meta.lua index 2e72f96cbd7..d1febda97dd 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -18,6 +18,6 @@ return { -- third-party dependencies' required version, as they would be specified -- to lua-version's `set()` in the form {from, to} _DEPENDENCIES = { - nginx = {"1.11.2.1", "1.11.2.4"}, + nginx = {"1.11.2.4"}, } }