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 2626 context : .
2727 platforms : linux/amd64,linux/arm64
2828 push : true
29- tags : kiweeteam/nginx-brotli:1.29.0 ,kiweeteam/nginx-brotli:latest
29+ tags : kiweeteam/nginx-brotli:1.29.1 ,kiweeteam/nginx-brotli:latest
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ RUN apt update \
55 && apt install -y libpcre3 libpcre3-dev zlib1g zlib1g-dev openssl libssl-dev wget git gcc make libbrotli-dev
66
77WORKDIR /app
8- RUN wget https://nginx.org/download/nginx-1.29.0 .tar.gz && tar -zxf nginx-1.29.0 .tar.gz
8+ RUN wget https://nginx.org/download/nginx-1.29.1 .tar.gz && tar -zxf nginx-1.29.1 .tar.gz
99RUN git clone --recurse-submodules -j8 https://github.com/google/ngx_brotli
10- RUN cd nginx-1.29.0 && ./configure --with-compat --add-dynamic-module=../ngx_brotli \
10+ RUN cd nginx-1.29.1 && ./configure --with-compat --add-dynamic-module=../ngx_brotli \
1111 && make modules
1212
13- FROM nginx:1.29.0
14- COPY --from=builder /app/nginx-1.29.0 /objs/ngx_http_brotli_static_module.so /etc/nginx/modules/
15- COPY --from=builder /app/nginx-1.29.0 /objs/ngx_http_brotli_filter_module.so /etc/nginx/modules/
13+ FROM nginx:1.29.1
14+ COPY --from=builder /app/nginx-1.29.1 /objs/ngx_http_brotli_static_module.so /etc/nginx/modules/
15+ COPY --from=builder /app/nginx-1.29.1 /objs/ngx_http_brotli_filter_module.so /etc/nginx/modules/
1616RUN echo "load_module modules/ngx_http_brotli_filter_module.so;\n load_module modules/ngx_http_brotli_static_module.so;\n $(cat /etc/nginx/nginx.conf)" > /etc/nginx/nginx.conf
1717RUN echo 'brotli on;\n \
1818brotli_comp_level 6;\n \
You can’t perform that action at this time.
0 commit comments