File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ RUN apk update && \
55 apk add --no-cache build-base pcre pcre-dev openssl openssl-dev wget git zlib-dev && \
66 rm -rf /var/cache/apk/*
77
8- RUN wget 'https://nginx.org/download/nginx-1.29.4 .tar.gz' && \
9- tar -zxvf nginx-1.29.4 .tar.gz && \
8+ RUN wget 'https://nginx.org/download/nginx-1.29.5 .tar.gz' && \
9+ tar -zxvf nginx-1.29.5 .tar.gz && \
1010 git clone https://github.com/arut/nginx-rtmp-module.git && \
11- cd nginx-1.29.4 && \
11+ cd nginx-1.29.5 && \
1212 ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module && \
1313 make && \
1414 make install
1515
16- RUN rm -rf /tmp/* /var/tmp/* /nginx-1.29.4 .tar.gz /nginx-1.29.4 /nginx-rtmp-module
16+ RUN rm -rf /tmp/* /var/tmp/* /nginx-1.29.5 .tar.gz /nginx-1.29.5 /nginx-rtmp-module
1717
1818FROM alexanderwagnerdev/alpine:latest
1919
You can’t perform that action at this time.
0 commit comments