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
16 changes: 16 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,22 @@ dependencies:
- cflinuxfs5
source: http://nginx.org/download/nginx-1.29.8.tar.gz
source_sha256: 7f1b985dace8fe706dfc288b83927c928f0ae60bcb7507c2d4e0025eca7280c3
- name: nginx
version: 1.30.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.30.3_linux_x64_cflinuxfs4_507d0aed.tgz
sha256: 507d0aed770f31836ab9d3d6de110f1f96b08da3d22831b6ab56e42ee8268629
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.30.3.tar.gz
source_sha256: e5823dc6f45610993def93ebf6cfce68264af4958c77e874b7d20f3709001b8f
- name: nginx
version: 1.30.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.30.3_linux_x64_cflinuxfs5_9499041b.tgz
sha256: 9499041be37e7cd747441602161cb10e91fe1a923c471600e2eac716aa12a6ee
cf_stacks:
- cflinuxfs5
source: http://nginx.org/download/nginx-1.30.3.tar.gz
source_sha256: e5823dc6f45610993def93ebf6cfce68264af4958c77e874b7d20f3709001b8f
pre_package: scripts/build.sh
include_files:
- CHANGELOG
Expand Down
Loading