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

Updating version for nginx-static for 1.27.X #451

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ dependencies:
source: http://nginx.org/download/nginx-1.26.2.tar.gz
source_sha256: 627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738
- name: nginx
version: 1.27.2
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.2_linux_x64_cflinuxfs3_d261671a.tgz
sha256: d261671a40e552f572234982b95e9f8a3957a99853f100c5bb352ee4471f2ea1
version: 1.27.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.3_linux_x64_cflinuxfs3_00c9ee64.tgz
sha256: 00c9ee64ffeaada944ef45bbe533a9d1981c3391f8bc117a83b49331a7c87cf6
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.27.2.tar.gz
source_sha256: a91ecfc3a0b3a2c1413afca627bd886d76e0414b81cad0fb7872a9655a1b25fa
source: http://nginx.org/download/nginx-1.27.3.tar.gz
source_sha256: ba23a9568f442036b61cd0e29bd66a47b90634efa91e0b2cf2d719057a9b7903
- name: nginx
version: 1.27.2
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.2_linux_x64_cflinuxfs4_1f7c7962.tgz
sha256: 1f7c7962fc38bdf11e9a4f70c2b69ba9951d33b983041a29ab0a6fae686fa405
version: 1.27.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.3_linux_x64_cflinuxfs4_5c7f8c17.tgz
sha256: 5c7f8c17a4ea09bc2d08f02aebce079c8095809eddb92e5f832629f637704501
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.27.2.tar.gz
source_sha256: a91ecfc3a0b3a2c1413afca627bd886d76e0414b81cad0fb7872a9655a1b25fa
source: http://nginx.org/download/nginx-1.27.3.tar.gz
source_sha256: ba23a9568f442036b61cd0e29bd66a47b90634efa91e0b2cf2d719057a9b7903
pre_package: scripts/build.sh
include_files:
- CHANGELOG
Expand Down
Loading