From 0a0d499db2dd606b423b6d2c76168b93259c51c9 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 28 Sep 2020 04:29:55 -0400 Subject: [PATCH] chore(dependency) bump the KBT patch dependency (#6394) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50ece55fd430..54aee7cc9584 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ RESTY_VERSION ?= `grep RESTY_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk RESTY_LUAROCKS_VERSION ?= `grep RESTY_LUAROCKS_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk -F"=" '{print $$2}'` RESTY_OPENSSL_VERSION ?= `grep RESTY_OPENSSL_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk -F"=" '{print $$2}'` RESTY_PCRE_VERSION ?= `grep RESTY_PCRE_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk -F"=" '{print $$2}'` -KONG_BUILD_TOOLS ?= '4.10.0' +KONG_BUILD_TOOLS ?= '4.10.1' OPENRESTY_PATCHES_BRANCH ?= master KONG_NGINX_MODULE_BRANCH ?= master