Skip to content

Commit 1f931ec

Browse files
authored
Merge pull request #774 from Yornik/master
hot fix: the cloudfoundry CDN is not working for the python package
2 parents 9355653 + 41c9dc2 commit 1f931ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/install-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4545
function get_python_from_manifest() {

dependencies-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)