File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function setup_online(){
3939 install_dir=" $2 "
4040 buildpack_dir=" $3 "
4141
42- curl -Ls " https://buildpacks.cloudfoundry.org/dependencies/python/ $python_dep_name " | tar -xzf - -C " $install_dir "
42+ curl -Ls " https://cdn.mendix.com/tmp-buildpacks/python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz " | tar -xzf - -C " $install_dir "
4343}
4444
4545function get_python_from_manifest() {
Original file line number Diff line number Diff line change 11---
22- name : python
33 version : 3.10.13
4- uri : https://buildpacks.cloudfoundry.org/dependencies/python/ python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz
4+ uri : https://cdn.mendix.com/tmp-buildpacks/ python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz
55 sha256 : 04ab8c1b6b0d1f8fd8a03d932bf8cc6744843ad12bb5e801784b7ff470aa7401
66 cf_stacks :
77 - cflinuxfs4
You can’t perform that action at this time.
0 commit comments