Skip to content

Updating version for nginx for 1.27.X #329

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

Merged
merged 1 commit into from
Feb 19, 2025
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 @@ -25,21 +25,21 @@ dependencies:
source: http://nginx.org/download/nginx-1.26.2.tar.gz
source_sha256: 627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738
- name: nginx
version: 1.27.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.27.3_linux_x64_cflinuxfs3_75409e6d.tgz
sha256: 75409e6d464539dec470d61984150e0dea89e1a70ced14d07c5fa7f06eacd7f1
version: 1.27.4
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.27.4_linux_x64_cflinuxfs3_85d42efc.tgz
sha256: 85d42efc9f04a6046de2dac2e060886cfe2470111b5bd6e6d0e1442f09fedeb6
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.27.3.tar.gz
source_sha256: ba23a9568f442036b61cd0e29bd66a47b90634efa91e0b2cf2d719057a9b7903
source: http://nginx.org/download/nginx-1.27.4.tar.gz
source_sha256: 294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2
- name: nginx
version: 1.27.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.27.3_linux_x64_cflinuxfs4_b5d263d8.tgz
sha256: b5d263d84a90fab2993bfe366d34852ec31d3c1b0e4eeef1323dbd71150bbe9d
version: 1.27.4
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.27.4_linux_x64_cflinuxfs4_42baae87.tgz
sha256: 42baae87bf752b57d3a1f2a5d8fd717db6d2dc39791cbab229d2d4b8add03646
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.27.3.tar.gz
source_sha256: ba23a9568f442036b61cd0e29bd66a47b90634efa91e0b2cf2d719057a9b7903
source: http://nginx.org/download/nginx-1.27.4.tar.gz
source_sha256: 294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2
- name: openresty
version: 1.21.4.3
uri: https://buildpacks.cloudfoundry.org/dependencies/openresty/openresty_1.21.4.3_linux_x64_cflinuxfs3_58d545e1.tgz
Expand Down
Loading