Skip to content

Commit 9f7d73c

Browse files
committed
feat: update dependency
1 parent e940d8a commit 9f7d73c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ RUN apt-get update && apt-get -y install openresty
2929

3030
# ------------------------------------------------------------------------
3131
# 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
3333
# ------------------------------------------------------------------------
34-
RUN opm get SkyLothar/lua-resty-jwt
34+
RUN opm get cdbattags/lua-resty-jwt=0.2.0
3535

3636
# ------------------------------------------------------------------------
3737
# Supervisor Configuration

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,5 +803,5 @@ docker exec -it resty opm upload
803803
* OpenResty LuaJIT2 [https://github.com/openresty/luajit2#tablenkeys](https://github.com/openresty/luajit2#tablenkeys)
804804
* Lua 手册[Lua 5.4](https://www.lua.org/manual/5.4/)
805805
* 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)
807807

dist.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# distribution config for opm packaging
22
name = lua-resty-waf
3-
version = 1.2.3
3+
version = 1.2.4
44
abstract = Simple WAF based on OpenResty written by Lua
55
author = codiy1992
66
is_original = yes
@@ -9,4 +9,4 @@ lib_dir = lib
99
doc_dir = ./
1010
repo_link = https://github.com/codiy1992/lua-resty-waf
1111
main_module = lib/resty/waf.lua
12-
requires = SkyLothar/lua-resty-jwt >= 0.1.11
12+
requires = cdbattags/lua-resty-jwt >= 0.2.0

0 commit comments

Comments
 (0)