From 014d7286bc02eb9b85f1780a5c363c703e39e4ff Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Thu, 6 Jul 2017 00:54:43 +0300 Subject: [PATCH] version nginx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca1140f..be18697 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV NGINX_VERSION="1.12.0" \ +ENV NGINX_VERSION="1.13.2" \ NGINX_OPTS="--with-http_ssl_module \ --with-http_gzip_static_module \ --prefix=/usr/share/nginx \