File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515
1616env :
1717 IMAGE_NAME : " buyfakett/openresty"
18- IMAGE_TAG : " 1.27.1.2 -vts_0.2.5-ngx_waf_10.1.2"
18+ IMAGE_TAG : " 1.29.2.1 -vts_0.2.5-ngx_waf_10.1.2"
1919
2020jobs :
2121 docker :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1111# Docker Build Arguments
1212ARG RESTY_IMAGE_BASE="ubuntu"
1313ARG RESTY_IMAGE_TAG="focal"
14- ARG RESTY_VERSION="1.27.1.2 "
15- ARG RESTY_LUAROCKS_VERSION="3.12.2 "
14+ ARG RESTY_VERSION="1.29.2.1 "
15+ ARG RESTY_LUAROCKS_VERSION="3.13.0 "
1616
1717# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-openssl3/debian/rules
1818ARG RESTY_OPENSSL_VERSION="3.5.5"
@@ -24,15 +24,15 @@ ARG RESTY_OPENSSL_BUILD_OPTIONS="enable-camellia enable-seed enable-rfc3779 enab
2424 "
2525
2626# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-pcre2/debian/rules
27- ARG RESTY_PCRE_VERSION="10.44 "
28- ARG RESTY_PCRE_SHA256="86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b "
27+ ARG RESTY_PCRE_VERSION="10.47 "
28+ ARG RESTY_PCRE_SHA256="c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc16 "
2929ARG RESTY_PCRE_BUILD_OPTIONS="--enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage --disable-ebcdic --disable-fuzz-support \
3030 --disable-jit-sealloc --disable-never-backslash-C --enable-newline-is-lf --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32 \
3131 --enable-pcre2grep-callout --enable-pcre2grep-callout-fork --disable-pcre2grep-libbz2 --disable-pcre2grep-libz --disable-pcre2test-libedit \
3232 --enable-percent-zt --disable-rebuild-chartables --enable-shared --disable-static --disable-silent-rules --enable-unicode --disable-valgrind \
3333 "
3434
35- ARG RESTY_J="1 "
35+ ARG RESTY_J="4 "
3636
3737# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty/debian/rules
3838ARG RESTY_CONFIG_OPTIONS="\
You can’t perform that action at this time.
0 commit comments