Skip to content

Updating version for nginx-static for 1.28.X #1181

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -130,6 +130,22 @@ dependencies:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.27.5.tar.gz
source_sha256: e96acebb9c2a6db8a000c3dd1b32ecba1b810f0cd586232d4d921e376674dd0e
- name: nginx
version: 1.28.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.28.0_linux_x64_cflinuxfs3_3831afca.tgz
sha256: 3831afcaa1cd40a0221130e9b10e5c38e4f5f17e2a0e98804fc3d4479053e4d0
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.28.0.tar.gz
source_sha256: c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a
- name: nginx
version: 1.28.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.28.0_linux_x64_cflinuxfs4_4004e2c1.tgz
sha256: 4004e2c1847e47b1ad01d26afd33604e689e7945531ee9ad231d2cb83556b895
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.28.0.tar.gz
source_sha256: c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a
- 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