File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ FROM nginx:1.27.4@sha256:09369da6b10306312cd908661320086bf87fbae1b6b0c49a1f50ba5
2929
3030ARG VTS_VERSION=vts-1.0.0
3131ARG OTEL_VERSION=otel-1.0.0
32- ARG BROTLI_VERSION=brotli-1.0.0
32+ ARG BROTLI_VERSION=brotli-1.0.1
3333
3434
3535RUN apt-get update \
@@ -41,7 +41,9 @@ RUN apt-get update \
4141ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${VTS_VERSION}/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/
4242ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${OTEL_VERSION}/ngx_otel_module.so /etc/nginx/modules/
4343ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${BROTLI_VERSION}/ngx_http_brotli_filter_module.so /etc/nginx/modules/
44+ ADD https://github.com/airslate-ops/nginx-ingress-controller/releases/download/${BROTLI_VERSION}/ngx_http_brotli_static_module.so /etc/nginx/modules/
4445
46+ RUN find /usr/lib/nginx/modules -type f -name '*.so' -exec chmod 644 {} \;
4547# ############################################ NGINX files #############################################
4648FROM scratch AS nginx-files
4749ARG IC_VERSION
You can’t perform that action at this time.
0 commit comments