Skip to content

Commit

Permalink
Merge pull request #29 from pawurb/update-nginx
Browse files Browse the repository at this point in the history
Update nginx to 1.14.0
  • Loading branch information
josegonzalez authored Aug 29, 2018
2 parents ffaa249 + c6b3e74 commit a9b3cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# bin/compile <build-dir> <cache-dir>
set -eo pipefail; [[ $TRACE ]] && set -x

NGINX_VERSION="1.10.1"
NGINX_VERSION="1.14.0"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.40"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
Expand Down

0 comments on commit a9b3cb1

Please sign in to comment.