File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11ARG BUILD_ENV=git
22FROM docker.io/openresty/openresty:alpine-fat as with_deps
3- RUN luarocks install lua-resty-http
3+ RUN luarocks install lua-resty-http 0.17.1-0
44
55FROM with_deps as git
66ARG BUILD_ENV=git
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LAPI_DEFAULT_PORT="8080"
1010
1111check_lua_dependency () {
1212 DEPENDENCY=(
13- " pintsized /lua-resty-http"
13+ " ledgetech /lua-resty-http=0.17.1 "
1414 )
1515 for dep in ${DEPENDENCY[@]} ;
1616 do
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ check_openresty_dependency() {
125125
126126check_lua_dependency () {
127127 DEPENDENCY=( \
128- " pintsized /lua-resty-http" \
128+ " ledgetech /lua-resty-http=0.17.1 " \
129129 )
130130 for dep in " ${DEPENDENCY[@]} " ;
131131 do
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ CERTS=(
7474
7575check_lua_dependency() {
7676 DEPENDENCY= (
77- "pintsized /lua-resty-http"
77+ "ledgetech /lua-resty-http= 0.17.1 "
7878 )
7979 for dep in ${DEPENDENCY[@]};
8080 do
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ check_pkg_manager(){
3838
3939remove_lua_dependency () {
4040 DEPENDENCY=(
41- " pintsized /lua-resty-http"
41+ " ledgetech /lua-resty-http"
4242 )
4343 for dep in ${DEPENDENCY[@]} ;
4444 do
You can’t perform that action at this time.
0 commit comments