Skip to content

Commit 201ffe1

Browse files
authored
Update Nginx to 1.26.1 (#125)
GUS-W-15949740
1 parent e0029df commit 201ffe1

7 files changed

+6
-4
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [unreleased] - XXXX-XX-XX
8+
### Changes
9+
- Update Nginx to 1.26.1
810

911
## [1.11] - 2024-05-29
1012
### Changes

nginx-heroku-20.tgz

147 Bytes
Binary file not shown.

nginx-heroku-22.tgz

-223 Bytes
Binary file not shown.

nginx-heroku-24-amd64.tgz

-390 Bytes
Binary file not shown.

nginx-heroku-24-arm64.tgz

-806 Bytes
Binary file not shown.

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ These are auto-selected based on the app's stack at build time.
1919

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

2626
## Presets
2727

scripts/build_nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
# fail harder
1010
set -eu
1111

12-
NGINX_VERSION=${NGINX_VERSION-1.26.0}
12+
NGINX_VERSION=${NGINX_VERSION-1.26.1}
1313
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.37}
1414
UUID4_VERSION=${UUID4_VERSION-f8f7ff44e6a8c6cf75232ae4b63d011f2f3b34c1}
1515

0 commit comments

Comments
 (0)