Skip to content

Commit be9fa9b

Browse files
authored
Fix: buildpack 3.12.0 bionic dekn#8334 main
2 parents 5c69edd + 360f2f1 commit be9fa9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildpack.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,14 +498,14 @@ api = "0.7"
498498
version = "3.11.9"
499499

500500
[[metadata.dependencies]]
501-
checksum = "sha256:b1b60a0153ce4fb9558ac63c88cb302c28e81e16659c2926dac1d568783b0fff"
502-
cpe = "cpe:2.3:a:python:python:3.11.8:*:*:*:*:*:*:*"
501+
checksum = "sha256:b87a3ef940234b0010b310d537a8bce351dc391fdc67f66873a2ef3ec0d4a840"
502+
cpe = "cpe:2.3:a:python:python:3.12.0:*:*:*:*:*:*:*"
503503
id = "python"
504504
licenses = ["0BSD", "CNRI-Python-GPL-Compatible", "PSF-2.0"]
505505
name = "Python"
506-
purl = "pkg:generic/python@3.11.8?checksum=d3019a613b9e8761d260d9ebe3bd4df63976de30464e5c0189566e1ae3f61889&download_url=https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz"
507-
source = "https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz"
508-
source-checksum = "sha256:d3019a613b9e8761d260d9ebe3bd4df63976de30464e5c0189566e1ae3f61889"
506+
purl = "pkg:generic/python@3.12.0?checksum=51412956d24a1ef7c97f1cb5f70e185c13e3de1f50d131c0aac6338080687afb&download_url=https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz"
507+
source = "https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz"
508+
source-checksum = "sha256:51412956d24a1ef7c97f1cb5f70e185c13e3de1f50d131c0aac6338080687afb"
509509
stacks = ["io.buildpacks.stacks.bionic"]
510510
uri = "http://dash-app-resources.plotly-system.svc.cluster.local/packages/kpack-offline-files/python_3.12.0_linux_x64_bionic_b87a3ef9.tgz"
511511
version = "3.12.0"

0 commit comments

Comments
 (0)