Skip to content

Commit

Permalink
Update Nginx to 1.26.1 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke authored Jun 6, 2024
1 parent e0029df commit 201ffe1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [unreleased] - XXXX-XX-XX
### Changes
- Update Nginx to 1.26.1

## [1.11] - 2024-05-29
### Changes
Expand Down
Binary file modified nginx-heroku-20.tgz
Binary file not shown.
Binary file modified nginx-heroku-22.tgz
Binary file not shown.
Binary file modified nginx-heroku-24-amd64.tgz
Binary file not shown.
Binary file modified nginx-heroku-24-arm64.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ These are auto-selected based on the app's stack at build time.

| Heroku Stack | Nginx Version | PCRE version |
|--------------|--------------:|-------------:|
| `Heroku-20` | `1.26.0` | PCRE1 (8.x) |
| `Heroku-22` | `1.26.0` | PCRE1 (8.x) |
| `Heroku-24` | `1.26.0` | PCRE2 (10.x) |
| `Heroku-20` | `1.26.1` | PCRE1 (8.x) |
| `Heroku-22` | `1.26.1` | PCRE1 (8.x) |
| `Heroku-24` | `1.26.1` | PCRE2 (10.x) |

## Presets

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
# fail harder
set -eu

NGINX_VERSION=${NGINX_VERSION-1.26.0}
NGINX_VERSION=${NGINX_VERSION-1.26.1}
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.37}
UUID4_VERSION=${UUID4_VERSION-f8f7ff44e6a8c6cf75232ae4b63d011f2f3b34c1}

Expand Down

0 comments on commit 201ffe1

Please sign in to comment.