Skip to content

Commit

Permalink
Remember to add the version thingo to the from
Browse files Browse the repository at this point in the history
  • Loading branch information
sachk authored Aug 28, 2018
1 parent 8d5c24b commit cb8080f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN git clone --recursive https://github.com/google/ngx_brotli.git && \
./configure --with-compat --add-dynamic-module=/tmp/ngx_brotli && \
make modules

FROM pagespeed/nginx-pagespeed
FROM pagespeed/nginx-pagespeed:ngx1.15

COPY --from=buider /tmp/nginx/objs/ngx_http_brotli_static_module.so /etc/nginx/modules
COPY --from=buider /tmp/nginx/objs/ngx_http_brotli_filter_module.so /etc/nginx/modules
COPY --from=buider /tmp/nginx/objs/ngx_http_brotli_filter_module.so /etc/nginx/modules

0 comments on commit cb8080f

Please sign in to comment.