Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elvizlai committed Jan 15, 2025
1 parent 360a4be commit 245bc32
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion nginx/build-mainline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ make -j4 && make install && cd ..


NGINXVER=${1:-1.27.3}
NGINXNJS=0.8.8
NGINXNJS=0.8.9
NGINXDIR=/opt/nginx-$NGINXVER
NGINXNDK=0.3.3
NGINXLUA=0.10.27
Expand Down
2 changes: 1 addition & 1 deletion nginx/build-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ make -j4 && make install && cd ..


NGINXVER=${1:-1.26.2}
NGINXNJS=0.8.8
NGINXNJS=0.8.9
NGINXDIR=/opt/nginx-$NGINXVER
NGINXNDK=0.3.3
NGINXLUA=0.10.27
Expand Down
6 changes: 3 additions & 3 deletions pg/Dockerfile-15
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ ARG PGROUTING=3.7.1
ARG TIMESCALE=2.17.2
ARG SP_VAULT=0.2.9
ARG ZOMBODB=3000.2.7
ARG PARADEDB=0.13.2
ARG PG_ANALYTICS=0.2.4
ARG PARADEDB=0.14.0
ARG PG_ANALYTICS=0.3.0
ARG PGVECTOR=0.8.0
ARG PG_CRON=1.6.4
ARG PG_IVM=1.9
ARG PG_MQ=1.5.0
ARG PG_HINT_PLAN=15_1_5_2
ARG ORAFCE=4_14_1
ARG PGSQL_HTTP=1.6.1
ARG PGSQL_HTTP=1.6.2
ARG PGAUDIT=1.7.0
ARG REPMGR=5.4.1
ARG PG_BACKREST=2.54.1
Expand Down
6 changes: 3 additions & 3 deletions pg/Dockerfile-16
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ ARG PGROUTING=3.7.1
ARG TIMESCALE=2.17.2
ARG SP_VAULT=0.2.9
ARG ZOMBODB=3000.2.7
ARG PARADEDB=0.13.2
ARG PG_ANALYTICS=0.2.4
ARG PARADEDB=0.14.0
ARG PG_ANALYTICS=0.3.0
ARG PGVECTOR=0.8.0
ARG PG_CRON=1.6.4
ARG PG_IVM=1.9
ARG PG_MQ=1.5.0
ARG PG_HINT_PLAN=16_1_6_1
ARG ORAFCE=4_14_1
ARG PGSQL_HTTP=1.6.1
ARG PGSQL_HTTP=1.6.2
ARG PGAUDIT=16.0
ARG REPMGR=5.4.1
ARG PG_BACKREST=2.54.1
Expand Down
6 changes: 3 additions & 3 deletions pg/Dockerfile-17
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ ARG PGROUTING=3.7.1
ARG TIMESCALE=2.17.2
ARG SP_VAULT=0.2.9
ARG ZOMBODB=3000.2.7
ARG PARADEDB=0.13.2
ARG PG_ANALYTICS=0.2.4
ARG PARADEDB=0.14.0
ARG PG_ANALYTICS=0.3.0
ARG PGVECTOR=0.8.0
ARG PG_CRON=1.6.4
ARG PG_IVM=1.9
ARG PG_MQ=1.5.0
ARG PG_HINT_PLAN=17_1_7_0
ARG ORAFCE=4_14_1
ARG PGSQL_HTTP=1.6.1
ARG PGSQL_HTTP=1.6.2
ARG PGAUDIT=17.0
ARG REPMGR=5.5.0
ARG PG_BACKREST=2.54.1
Expand Down
2 changes: 1 addition & 1 deletion pg/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG PG_HINT_PLAN=15_1_5_2
ARG PG_CRON=1.6.4
ARG PG_IVM=1.9
ARG ORAFCE=4_14_1
ARG PGSQL_HTTP=1.6.1
ARG PGSQL_HTTP=1.6.2
ARG PGAUDIT=1.7.0
ARG REPMGR=5.4.1
ARG PG_BACKREST=2.54.1
Expand Down
2 changes: 1 addition & 1 deletion pg/deprecated/Dockerfile-14
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG PG_HINT_PLAN=14_1_4_3
ARG PG_CRON=1.6.4
ARG PG_IVM=1.9
ARG ORAFCE=4_14_1
ARG PGSQL_HTTP=1.6.1
ARG PGSQL_HTTP=1.6.2
ARG PGAUDIT=1.6.2
ARG REPMGR=5.4.1
ARG PG_BACKREST=2.54.1
Expand Down
6 changes: 3 additions & 3 deletions pg/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ export PGROUTING=3.7.1
export TIMESCALE=2.17.2
export SP_VAULT=0.2.9
export ZOMBODB=3000.2.7
export PARADEDB=0.13.2
export PG_ANALYTICS=0.2.4
export PARADEDB=0.14.0
export PG_ANALYTICS=0.3.0
export PGVECTOR=0.8.0
export PG_CRON=1.6.4
export PG_IVM=1.9
export PG_MQ=1.5.0
export PG_HINT_PLAN=15_1_5_2
export ORAFCE=4_14_1
export PGSQL_HTTP=1.6.1
export PGSQL_HTTP=1.6.2
export PGAUDIT=1.7.0
export REPMGR=5.5.0
export PG_BACKREST=2.54.1
Expand Down

0 comments on commit 245bc32

Please sign in to comment.