Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing heroku-16 #81

Merged
merged 3 commits into from Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile
@@ -1,8 +1,4 @@
build: build-heroku-16 build-heroku-18 build-heroku-20

build-heroku-16:
@echo "Building nginx in Docker for heroku-16..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-16" -e "NGINX_VERSION=1.9.5" -e "PCRE_VERSION=8.37" -e "HEADERS_MORE_VERSION=0.261" -w /buildpack heroku/heroku:16-build scripts/build_nginx /buildpack/nginx-heroku-16.tgz
build: build-heroku-18 build-heroku-20

build-heroku-18:
@echo "Building nginx in Docker for heroku-18..."
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [x.x] - xxxx-xx-xx
### Changes
- [heroku-16] Removed

## [1.6] - 2021-05-27
### Changes
- [heroku-18] updated nginx to 1.20.0
Expand Down
Binary file removed nginx-heroku-16.tgz
Binary file not shown.
2 changes: 0 additions & 2 deletions readme.md
Expand Up @@ -8,8 +8,6 @@ Some application servers (e.g. Ruby's Unicorn) halt progress when dealing with n

## Versions

### Heroku 16
* NGINX Version: 1.9.5
### Heroku 18
* NGINX Version: 1.20.0
### Heroku 20
Expand Down