Skip to content

Commit ff30aa6

Browse files
committed
Update to Python 3.11.14 from v1.9.1-beta with python symlink fix
1 parent 5463a03 commit ff30aa6

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/pkg/
99
!vendor/**
1010
build
11+
build/buildpack.zip

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0-beta
1+
1.9.1-beta

manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ dependencies:
148148
source_sha256: 563d2a1b2a5ba5d5409b5ecd05a0e1bf9b028cf3e6a6f0c87a5dc8dc3f2d9182
149149
- name: python
150150
version: 3.11.14
151-
uri: https://github.com/ivanovac/python-buildpack/releases/download/v1.9.0-beta-cflinuxfs5/python_3.11.14_linux_x64_cflinuxfs5.tgz
152-
sha256: bed9c33f051f1f06b1be274af0b74dbc2cf131ca9a1bf42af3cd35bb3a8282c9
151+
uri: https://github.com/ivanovac/python-buildpack/releases/download/v1.9.1-beta/python_3.11.14_linux_x64_cflinuxfs5.tgz
152+
sha256: 32e5d1458b28d21e6a384d183aeffddca3bc2d47c54719797eca969e97120e01
153153
cf_stacks:
154154
- cflinuxfs5
155155
source: https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tgz

0 commit comments

Comments
 (0)