Skip to content

Commit

Permalink
Merge pull request heroku#21 from heroku/bf/nginx-1.4.1
Browse files Browse the repository at this point in the history
Upgrade nginx to 1.14.1 for heroku-18
  • Loading branch information
beanieboi authored Nov 9, 2018
2 parents 23793b8 + 05078dd commit 03f0899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-heroku-16:

build-heroku-18:
@echo "Building nginx in Docker for heroku-18..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -e "NGINX_VERSION=1.14.0" -e "PCRE_VERSION=8.42" -e "HEADERS_MORE_VERSION=0.33" -w /buildpack heroku/heroku:18-build scripts/build_nginx /buildpack/bin/nginx-heroku-18
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -e "NGINX_VERSION=1.14.1" -e "PCRE_VERSION=8.42" -e "HEADERS_MORE_VERSION=0.33" -w /buildpack heroku/heroku:18-build scripts/build_nginx /buildpack/bin/nginx-heroku-18

shell:
@echo "Opening heroku-16 shell..."
Expand Down
Binary file modified bin/nginx-heroku-18
Binary file not shown.

0 comments on commit 03f0899

Please sign in to comment.