File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.9
1+ FROM alpine:3.10
22
33LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
44
5- ENV NGINX_VERSION 1.16.0
6- ENV NGX_BROTLI_COMMIT 8104036af9cff4b1d34f22d00ba857e2a93a243c
5+ ENV NGINX_VERSION 1.17.2
76
87RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
98 && CONFIG="\
@@ -79,11 +78,8 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
7978 && mkdir -p /usr/src \
8079 && cd /usr/src \
8180 && git clone --recursive https://github.com/eustas/ngx_brotli.git \
82- && cd ngx_brotli \
83- && git checkout -b $NGX_BROTLI_COMMIT $NGX_BROTLI_COMMIT \
84- && cd .. \
8581 && curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz \
86- && curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc \
82+ && curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc \
8783 && sha512sum nginx.tar.gz nginx.tar.gz.asc \
8884 && export GNUPGHOME="$(mktemp -d)" \
8985 && gpg --keyserver ipv4.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" \
You can’t perform that action at this time.
0 commit comments