Skip to content
Closed
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
30 changes: 23 additions & 7 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_versions:
- name: httpd
version: 2.4.67
- name: nginx
version: 1.27.5
version: 1.29.8
- name: composer
version: 2.10.0
url_to_dependency_map:
Expand Down Expand Up @@ -69,18 +69,18 @@ dependencies:
source_sha256: a346538851988ead111d11e3cbd7d372eeba44abd0af412e09890d3c21ea6c31
- name: httpd
version: 2.4.67
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs5_7e4a72af.tgz
sha256: 7e4a72af80eb30439bedd9d3affbe782512b15d7d5698e69a7f07760fb3dd52b
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs4_bdb43550.tgz
sha256: bdb43550258bbb2935cca0ca2359fb3f7a3aa0992d45a719b88bc042fc01804e
cf_stacks:
- cflinuxfs5
- cflinuxfs4
source: https://dlcdn.apache.org/httpd/httpd-2.4.67.tar.bz2
source_sha256: 66cd206637b0d5c446fa7dabe75fe03525da8fb55855876c46288cd88b136aa4
- name: httpd
version: 2.4.67
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs4_bdb43550.tgz
sha256: bdb43550258bbb2935cca0ca2359fb3f7a3aa0992d45a719b88bc042fc01804e
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs5_7e4a72af.tgz
sha256: 7e4a72af80eb30439bedd9d3affbe782512b15d7d5698e69a7f07760fb3dd52b
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://dlcdn.apache.org/httpd/httpd-2.4.67.tar.bz2
source_sha256: 66cd206637b0d5c446fa7dabe75fe03525da8fb55855876c46288cd88b136aa4
- name: newrelic
Expand Down Expand Up @@ -122,6 +122,22 @@ dependencies:
- cflinuxfs5
source: http://nginx.org/download/nginx-1.27.5.tar.gz
source_sha256: e96acebb9c2a6db8a000c3dd1b32ecba1b810f0cd586232d4d921e376674dd0e
- name: nginx
version: 1.29.8
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.29.8_linux_x64_cflinuxfs4_080131fe.tgz
sha256: '080131fe202401866de098325bf4d5e83b21b87b231342ca074b2ea11131b22a'
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.29.8.tar.gz
source_sha256: 7f1b985dace8fe706dfc288b83927c928f0ae60bcb7507c2d4e0025eca7280c3
- name: nginx
version: 1.29.8
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.29.8_linux_x64_cflinuxfs5_02bdb51b.tgz
sha256: 02bdb51b2f9867db2613ce95100ea7143f3a3a3a3688291b7a8095be1f8d3275
cf_stacks:
- cflinuxfs5
source: http://nginx.org/download/nginx-1.29.8.tar.gz
source_sha256: 7f1b985dace8fe706dfc288b83927c928f0ae60bcb7507c2d4e0025eca7280c3
- name: php
version: 8.1.32
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.32_linux_x64_cflinuxfs4_51db527b.tgz
Expand Down
Loading