Skip to content
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
22 changes: 11 additions & 11 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ default_versions:
- name: newrelic
version: 10.21.0.11
- name: nginx
version: 1.27.3
version: 1.27.4
- name: composer
version: 2.8.7
url_to_dependency_map:
Expand Down Expand Up @@ -115,21 +115,21 @@ dependencies:
source: http://nginx.org/download/nginx-1.26.3.tar.gz
source_sha256: 69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa
- name: nginx
version: 1.27.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.3_linux_x64_cflinuxfs3_00c9ee64.tgz
sha256: 00c9ee64ffeaada944ef45bbe533a9d1981c3391f8bc117a83b49331a7c87cf6
version: 1.27.4
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.4_linux_x64_cflinuxfs3_d5dddd48.tgz
sha256: d5dddd4877f70762dd784ecb8b84c3a71da25eb62f6b9bed8d34ebfc92c9e34d
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-static/nginx-static_1.27.3_linux_x64_cflinuxfs4_5c7f8c17.tgz
sha256: 5c7f8c17a4ea09bc2d08f02aebce079c8095809eddb92e5f832629f637704501
version: 1.27.4
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.27.4_linux_x64_cflinuxfs4_08db9b04.tgz
sha256: '08db9b04a2a2b422e3745668410afbe3f1bceb245d70b43336f4f70da5a532e5'
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: php
version: 8.1.31
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.31_linux_x64_cflinuxfs3-dev_532e374f.tgz
Expand Down
Loading