Skip to content

Commit ad3be4d

Browse files
authored
build against zlib 1.3.1 (#120)
1 parent 42cc942 commit ad3be4d

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Diff for: changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Changes
99
- [heroku-18] Removed
1010
- Add documentation for migrating from heroku-community/static buildpack
11+
- Update zlib from 1.2.13 to 1.3.1
1112

1213
## [1.10] - 2023-06-13
1314
### Changes

Diff for: nginx-heroku-20.tgz

-950 Bytes
Binary file not shown.

Diff for: nginx-heroku-22.tgz

15 Bytes
Binary file not shown.

Diff for: scripts/build_nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
NGINX_VERSION=${NGINX_VERSION-1.25.1}
88
PCRE_VERSION=${PCRE_VERSION-8.45}
99
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.34}
10-
ZLIB_VERSION=${ZLIB_VERSION-1.2.13}
10+
ZLIB_VERSION=${ZLIB_VERSION-1.3.1}
1111
UUID4_VERSION=${UUID4_VERSION-master}
1212

1313
nginx_tarball_url=https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz

0 commit comments

Comments
 (0)