11FROM alpine:3.16 AS build
22
3- ENV NGINX_VERSION 1.23.1
3+ ENV NGINX_VERSION 1.23.2
44# https://github.com/nginx/njs
5- ENV NJS_MODULE_VERSION 0.7.6
5+ ENV NJS_MODULE_VERSION 0.7.8
6+ # https://github.com/google/ngx_brotli
7+ ENV BROTLI_MODULE_VERSION 6e975bcb015f62e1f303054897783355e2a877dc
68# https://github.com/openresty/echo-nginx-module
7- ENV ECHO_MODULE_VERSION v0.62
9+ ENV ECHO_MODULE_VERSION v0.63
810# https://github.com/openresty/headers-more-nginx-module
911ENV HEADERS_MODULE_VERSION v0.34
1012# https://github.com/openresty/memc-nginx-module
1113ENV MEMC_MODULE_VERSION v0.19
1214# https://github.com/vision5/ngx_devel_kit
13- ENV NDK_MODULE_VERSION v0.3.1
15+ ENV NDK_MODULE_VERSION v0.3.2
1416# https://github.com/openresty/ngx_postgres
1517ENV POSTGRES_MODULE_VERSION master
1618# https://github.com/openresty/rds-json-nginx-module
@@ -34,7 +36,7 @@ ENV JAEGER_CLIENT_VERSION v0.9.0
3436# https://github.com/opentracing/opentracing-cpp
3537ENV OPENTRACING_LIB_VERSION v1.6.0
3638# https://github.com/opentracing-contrib/nginx-opentracing
37- ENV OPENTRACING_MODULE_VERSION v0.26 .0
39+ ENV OPENTRACING_MODULE_VERSION v0.27 .0
3840
3941COPY *.patch /tmp/
4042RUN set -eux \
@@ -149,15 +151,12 @@ RUN set -eux \
149151 && git clone --depth=1 --single-branch -b ${STICKY_MODULE_VERSION} https://github.com/levonet/nginx-sticky-module-ng.git \
150152 \
151153 # Upstream health check
152- && git clone --depth=1 https://github.com/2Fast2BCn/nginx_upstream_check_module.git \
153- && (cd nginx_upstream_check_module; \
154- patch -p1 < /tmp/nginx_upstream_check_module-only-worker-proccess.patch; \
155- ) \
156- && patch -p1 < /usr/src/nginx-${NGINX_VERSION}/nginx_upstream_check_module/check_1.18.0.patch \
154+ && git clone --depth=1 https://github.com/levonet/nginx_upstream_check_module.git \
155+ && patch -p1 < /usr/src/nginx-${NGINX_VERSION}/nginx_upstream_check_module/check_1.20.1+.patch \
157156 \
158157 # Brotli
159- && git clone --depth=1 https://github.com/google/ngx_brotli.git \
160- && (cd ngx_brotli; git submodule update --init) \
158+ && git clone https://github.com/google/ngx_brotli.git \
159+ && (cd ngx_brotli; git checkout ${BROTLI_MODULE_VERSION}; git submodule update --init) \
161160 \
162161 # Redis
163162 && git clone --depth=1 --single-branch -b ${REDIS_MODULE_VERSION} https://github.com/zhuizhuhaomeng/ngx_http_redis.git \
0 commit comments