Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elvizlai committed Feb 2, 2024
1 parent 8ce760d commit 4509cb4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions nginx/build-mainline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ apk update && apk upgrade \
&& apk add --no-cache --virtual .gettext gettext


OPENSSL=openssl-3.1.4
OPENSSL=openssl-3.1.5
JEMALLOC=5.3.0
LUAJIT=v2.1-20231117

Expand Down Expand Up @@ -108,7 +108,7 @@ mkdir -p $NGINXDIR/module/dynamic
cd $NGINXDIR/module/dynamic

# waf
git clone -b v3.0.11 --recursive --single-branch https://github.com/SpiderLabs/ModSecurity
git clone -b v3.0.12 --recursive --single-branch https://github.com/SpiderLabs/ModSecurity
cd ModSecurity
./build.sh && ./configure --prefix=/usr/local --enable-examples=no
make -j$(nproc) && make install
Expand Down Expand Up @@ -288,7 +288,7 @@ curl -sSL https://github.com/fffonion/lua-resty-acme/archive/$LUA_RESTY_ACME.tar
rm -rf lua-resty-acme-$LUA_RESTY_ACME

# https://github.com/thibaultcha/lua-resty-mlcache/tags
LUA_RESTY_MLCACHE=2.6.0
LUA_RESTY_MLCACHE=2.6.1
curl -sSL https://github.com/thibaultcha/lua-resty-mlcache/archive/$LUA_RESTY_MLCACHE.tar.gz | tar zxf -
\cp -rf lua-resty-mlcache-$LUA_RESTY_MLCACHE/lib/* .
rm -rf lua-resty-mlcache-$LUA_RESTY_MLCACHE
Expand Down
6 changes: 3 additions & 3 deletions nginx/build-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ apk update && apk upgrade \
&& apk add --no-cache --virtual .gettext gettext


OPENSSL=openssl-3.1.4
OPENSSL=openssl-3.1.5
JEMALLOC=5.3.0
LUAJIT=v2.1-20231117

Expand Down Expand Up @@ -108,7 +108,7 @@ mkdir -p $NGINXDIR/module/dynamic
cd $NGINXDIR/module/dynamic

# waf
git clone -b v3.0.11 --recursive --single-branch https://github.com/SpiderLabs/ModSecurity
git clone -b v3.0.12 --recursive --single-branch https://github.com/SpiderLabs/ModSecurity
cd ModSecurity
./build.sh && ./configure --prefix=/usr/local --enable-examples=no
make -j$(nproc) && make install
Expand Down Expand Up @@ -287,7 +287,7 @@ curl -sSL https://github.com/fffonion/lua-resty-acme/archive/$LUA_RESTY_ACME.tar
rm -rf lua-resty-acme-$LUA_RESTY_ACME

# https://github.com/thibaultcha/lua-resty-mlcache/tags
LUA_RESTY_MLCACHE=2.6.0
LUA_RESTY_MLCACHE=2.6.1
curl -sSL https://github.com/thibaultcha/lua-resty-mlcache/archive/$LUA_RESTY_MLCACHE.tar.gz | tar zxf -
\cp -rf lua-resty-mlcache-$LUA_RESTY_MLCACHE/lib/* .
rm -rf lua-resty-mlcache-$LUA_RESTY_MLCACHE
Expand Down
6 changes: 3 additions & 3 deletions pg/Dockerfile-14
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ARG POSTGIS=3.4.1+dfsg-1.pgdg110+1
ARG PGROUTING=3.6.1
ARG TIMESCALE=2.13.1
ARG SP_VAULT=0.2.9
ARG ZOMBODB=3000.2.2
ARG PGVECTOR=0.5.1
ARG ZOMBODB=3000.2.3
ARG PGVECTOR=0.6.0
ARG PG_HINT_PLAN=14_1_4_1
ARG PG_CRON=1.6.2
ARG PG_IVM=1.7
ARG ORAFCE=4_9_0
ARG ORAFCE=4_9_1
ARG PGSQL_HTTP=1.6.0
ARG PGAUDIT=1.6.2
ARG REPMGR=5.4.1
Expand Down
6 changes: 3 additions & 3 deletions pg/Dockerfile-15
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ARG POSTGIS=3.4.1+dfsg-1.pgdg110+1
ARG PGROUTING=3.6.1
ARG TIMESCALE=2.13.1
ARG SP_VAULT=0.2.9
ARG ZOMBODB=3000.2.2
ARG PGVECTOR=0.5.1
ARG ZOMBODB=3000.2.3
ARG PGVECTOR=0.6.0
ARG PG_HINT_PLAN=15_1_5_0
ARG PG_CRON=1.6.2
ARG PG_IVM=1.7
ARG ORAFCE=4_9_0
ARG ORAFCE=4_9_1
ARG PGSQL_HTTP=1.6.0
ARG PGAUDIT=1.7.0
ARG REPMGR=5.4.1
Expand Down
6 changes: 3 additions & 3 deletions pg/Dockerfile-16
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ARG POSTGIS=3.4.1+dfsg-1.pgdg110+1
ARG PGROUTING=3.6.1
ARG TIMESCALE=2.13.1
ARG SP_VAULT=0.2.9
ARG ZOMBODB=3000.2.2
ARG PGVECTOR=0.5.1
ARG ZOMBODB=3000.2.3
ARG PGVECTOR=0.6.0
ARG PG_HINT_PLAN=16_1_6_0
ARG PG_CRON=1.6.2
ARG PG_IVM=1.7
ARG ORAFCE=4_9_0
ARG ORAFCE=4_9_1
ARG PGSQL_HTTP=1.6.0
ARG PGAUDIT=16.0
ARG REPMGR=5.4.1
Expand Down

0 comments on commit 4509cb4

Please sign in to comment.