Skip to content
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
26 changes: 17 additions & 9 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_versions:
- name: php
version: 8.3.x
- name: httpd
version: 2.4.67
version: 2.4.68
- name: nginx
version: 1.31.2
- name: composer
Expand Down Expand Up @@ -67,14 +67,6 @@ dependencies:
- cflinuxfs5
source: https://github.com/composer/composer/releases/download/2.10.2/composer.phar
source_sha256: 5ee7125f8a30a34d246cefdc0bc85b8a783b28f2aec968994118512350d28027
- name: httpd
version: 2.4.67
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs4_bdb43550.tgz
sha256: bdb43550258bbb2935cca0ca2359fb3f7a3aa0992d45a719b88bc042fc01804e
cf_stacks:
- 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_cflinuxfs5_7e4a72af.tgz
Expand All @@ -83,6 +75,22 @@ dependencies:
- cflinuxfs5
source: https://dlcdn.apache.org/httpd/httpd-2.4.67.tar.bz2
source_sha256: 66cd206637b0d5c446fa7dabe75fe03525da8fb55855876c46288cd88b136aa4
- name: httpd
version: 2.4.68
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.68_linux_x64_cflinuxfs4_b5e07025.tgz
sha256: b5e07025b7f079bead894a8f3f859e39fbd21954b4e37a50d8d35791be933eb0
cf_stacks:
- cflinuxfs4
source: https://dlcdn.apache.org/httpd/httpd-2.4.68.tar.bz2
source_sha256: 68c74d4df38c26bed4dfbdb8f3baf1eb532f3872357becc1bba5d136f6b63c06
- name: httpd
version: 2.4.68
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.68_linux_x64_cflinuxfs5_472029f1.tgz
sha256: 472029f15e3b02611d534c821f370bead8e417d71905089b5753b909103470ff
cf_stacks:
- cflinuxfs5
source: https://dlcdn.apache.org/httpd/httpd-2.4.68.tar.bz2
source_sha256: 68c74d4df38c26bed4dfbdb8f3baf1eb532f3872357becc1bba5d136f6b63c06
- name: newrelic
version: 10.21.0.11
uri: https://download.newrelic.com/php_agent/archive/10.21.0.11/newrelic-php5-10.21.0.11-linux.tar.gz
Expand Down
Loading