1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 11:48:42 +00:00

Merge pull request #3 from florianheinemann/master

update fork
This commit is contained in:
Iliya Tovstyonok 2016-05-08 00:59:46 +03:00
commit 2e9a75e96b

View File

@ -4,8 +4,8 @@
set -e
set -o pipefail
# Nginx 1.6.2
NGINX_VERSION="1.6.2"
# Nginx 1.8.1
NGINX_VERSION="1.8.1"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.38"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"