From cb8080fa36ccbb05f2270d4fae35cf557861959b Mon Sep 17 00:00:00 2001 From: sachk Date: Tue, 28 Aug 2018 19:51:12 +1000 Subject: [PATCH] Remember to add the version thingo to the from --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index acaf527..ed99b55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +COPY --from=buider /tmp/nginx/objs/ngx_http_brotli_filter_module.so /etc/nginx/modules