From 30e4dce6724be18203f457c0483cc3538e7d77da Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 22 Dec 2021 08:54:36 +1000 Subject: [PATCH] Update openresty --- .jenkins/Jenkinsfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index 722367b..d1891ea 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { BUILDX_NAME = "${IMAGE}_${GIT_BRANCH}" BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}" // Software versions; OpenResty does not support Lua >= 5.2 - OPENRESTY_VERSION = '1.19.3.1' + OPENRESTY_VERSION = '1.19.9.1' LUA_VERSION = '5.1.5' LUAROCKS_VERSION = '3.3.1' } diff --git a/README.md b/README.md index 14bd536..a0a906f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nginx-full

- +