From 5405b6fb548afc120bd2a2ffeedbc10bb3358f82 Mon Sep 17 00:00:00 2001 From: STAM Date: Thu, 30 Apr 2020 17:07:27 +0300 Subject: [PATCH] nginx 1.18.0 --- CHANGELOG.md | 1 + balancer/latest/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192952f8d..ffc6dd8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * `March-April 2020` * Added new atlassian versions * Fixed bugs + * Upgraded nginx * `February 2020` * **Big rework of repositories on github**. Containers was Splited to another sub-repositories. Now current repo will be contain only fresh and latest versions of images. All older versions will be appeared in sub-repos. More fater building, less bad load to CI. * `fixed` all `*.sh` chmods. (sorry) diff --git a/balancer/latest/Dockerfile b/balancer/latest/Dockerfile index 3506d6b11..ff9701e2d 100644 --- a/balancer/latest/Dockerfile +++ b/balancer/latest/Dockerfile @@ -11,7 +11,7 @@ ARG SRC_DIR=${BUILDS_DIR}/src ARG EXPORT_DIR=${BUILDS_DIR}/export ARG PRE_DIR=${BUILDS_DIR}/pre ARG NGINX_SRC_DIR=${SRC_DIR}/nginx -ARG NGINX_VERSION=1.17.9 +ARG NGINX_VERSION=1.18.0 ARG NGINX_DOWNLOAD_URL=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz ARG LUAJIT_INC=/usr/local/include/luajit-2.1 ARG LUAJIT_LIB=/usr/local/lib