Skip to content

Commit 30e4dce

Browse files
committed
Update openresty
1 parent 596bf40 commit 30e4dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
BUILDX_NAME = "${IMAGE}_${GIT_BRANCH}"
1616
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
1717
// Software versions; OpenResty does not support Lua >= 5.2
18-
OPENRESTY_VERSION = '1.19.3.1'
18+
OPENRESTY_VERSION = '1.19.9.1'
1919
LUA_VERSION = '5.1.5'
2020
LUAROCKS_VERSION = '3.3.1'
2121
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nginx-full
22

33
<p>
4-
<img src="https://img.shields.io/badge/openresty-1.19.3.1-green.svg?style=for-the-badge">
4+
<img src="https://img.shields.io/badge/openresty-1.19.9.1-green.svg?style=for-the-badge">
55
<img src="https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge">
66
<img src="https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge">
77
<a href="https://hub.docker.com/repository/docker/nginxproxymanager/nginx-full">

0 commit comments

Comments
 (0)