File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ RUN apt-get update && apt-get -y install openresty
29
29
30
30
# ------------------------------------------------------------------------
31
31
# Install openresty lua package: lua-resty-jwt
32
- # See: https://github.com/SkyLothar /lua-resty-jwt
32
+ # See: https://github.com/cdbattags /lua-resty-jwt
33
33
# ------------------------------------------------------------------------
34
- RUN opm get SkyLothar /lua-resty-jwt
34
+ RUN opm get cdbattags /lua-resty-jwt=0.2.0
35
35
36
36
# ------------------------------------------------------------------------
37
37
# Supervisor Configuration
Original file line number Diff line number Diff line change @@ -803,5 +803,5 @@ docker exec -it resty opm upload
803
803
* OpenResty LuaJIT2 [ https://github.com/openresty/luajit2#tablenkeys ] ( https://github.com/openresty/luajit2#tablenkeys )
804
804
* Lua 手册[ Lua 5.4] ( https://www.lua.org/manual/5.4/ )
805
805
* Resty 模块[ OpenResty] ( https://openresty.org/cn/linux-packages.html )
806
- * Resty 模块[ Lua-Resty-JWT] ( https://github.com/SkyLothar /lua-resty-jwt )
806
+ * Resty 模块[ Lua-Resty-JWT] ( https://github.com/cdbattags /lua-resty-jwt )
807
807
Original file line number Diff line number Diff line change 1
1
# distribution config for opm packaging
2
2
name = lua-resty-waf
3
- version = 1.2.3
3
+ version = 1.2.4
4
4
abstract = Simple WAF based on OpenResty written by Lua
5
5
author = codiy1992
6
6
is_original = yes
@@ -9,4 +9,4 @@ lib_dir = lib
9
9
doc_dir = ./
10
10
repo_link = https://github.com/codiy1992/lua-resty-waf
11
11
main_module = lib/resty/waf.lua
12
- requires = SkyLothar /lua-resty-jwt >= 0.1.11
12
+ requires = cdbattags /lua-resty-jwt >= 0.2.0
You can’t perform that action at this time.
0 commit comments