Skip to content

Commit df7d5ca

Browse files
authored
version bump
1 parent adb370a commit df7d5ca

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM alpine:3.9
1+
FROM alpine:3.10
22

33
LABEL 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

87
RUN 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" \

0 commit comments

Comments
 (0)