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
18 changes: 17 additions & 1 deletion 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.29.8
version: 1.31.2
- name: composer
version: 2.10.0
url_to_dependency_map:
Expand Down Expand Up @@ -122,6 +122,22 @@ dependencies:
- cflinuxfs5
source: http://nginx.org/download/nginx-1.30.2.tar.gz
source_sha256: 7df3090907fca3cc0e456d6dc00ceb230da74ea88026ceff0affc29dbbd9ac4c
- name: nginx
version: 1.31.2
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.31.2_linux_x64_cflinuxfs4_f4fc3755.tgz
sha256: f4fc37559f4cb9100732a27272e3a0b7aa357712942acb192db401b78ee9a1f4
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.31.2.tar.gz
source_sha256: af2a957c41da636ddc4f883e4523c6d140b4784dbce42000c364ae5092aa473c
- name: nginx
version: 1.31.2
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.31.2_linux_x64_cflinuxfs5_0acac0fb.tgz
sha256: 0acac0fbb71d12321dda8a626722208a33b428ed90ade5525da13aceba8a6011
cf_stacks:
- cflinuxfs5
source: http://nginx.org/download/nginx-1.31.2.tar.gz
source_sha256: af2a957c41da636ddc4f883e4523c6d140b4784dbce42000c364ae5092aa473c
- name: php
version: 8.1.34
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.34_linux_x64_cflinuxfs4_4647726c.tgz
Expand Down
Loading