Skip to content

Updating version for nginx-static for 1.29.X #1180

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
18 changes: 17 additions & 1 deletion 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.5
version: 1.29.0
- name: composer
version: 2.8.8
url_to_dependency_map:
Expand Down 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.29.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.29.0_linux_x64_cflinuxfs3_dfbec444.tgz
sha256: dfbec444115564d1934f021f14975543b328950f4920411fd74c3d58c57dc079
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.29.0.tar.gz
source_sha256: 109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664
- name: nginx
version: 1.29.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx-static/nginx-static_1.29.0_linux_x64_cflinuxfs4_59d6df39.tgz
sha256: 59d6df391b4a8c2b71ce6b7a2d7871dad3e05012b9bc9c1bf409d20cbe284ba6
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.29.0.tar.gz
source_sha256: 109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664
- 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