Skip to content

Commit

Permalink
Automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Oct 11, 2024
1 parent 712a050 commit 5eae0f9
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/almalinux/9.4-20240923/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/almalinux/9.4-20240923/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/alpine/3.20.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/alpine/3.20.3/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/amazonlinux/2023.5.20241001.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/amazonlinux/2023.5.20241001.1/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/debian/12.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/debian/12.7/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/fedora/40/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/fedora/40/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.29
ARG VER_LUA_RESTY_CORE=0.1.30
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -118,7 +118,7 @@ ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache
# This library is considered production ready.
ARG VER_LUA_RESTY_LRUCACHE=0.14
ARG VER_LUA_RESTY_LRUCACHE=0.15
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE

# lua-resty-memcached
Expand Down
4 changes: 2 additions & 2 deletions nginx/1.27.2/ubuntu/24.04/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down
4 changes: 2 additions & 2 deletions src/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VER_LUA_NGINX_MODULE=0.10.27
# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.29
VER_LUA_RESTY_CORE=0.1.30

# LUAROCKS
################################################################################
Expand All @@ -45,7 +45,7 @@ VER_LUAROCKS=3.11.1
# lua-resty-lrucache
# https://github.com/openresty/lua-resty-lrucache/tags
# This library is considered production ready.
VER_LUA_RESTY_LRUCACHE=0.14
VER_LUA_RESTY_LRUCACHE=0.15

# headers-more-nginx-module
# https://github.com/openresty/headers-more-nginx-module/tags
Expand Down

0 comments on commit 5eae0f9

Please sign in to comment.