From 41841223fe2782cac462387443e7fba2d1d99e8f Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:28:20 +0100 Subject: [PATCH] Update Python CNB to v0.5.0 See: https://github.com/heroku/buildpacks-python/pull/79 GUS-W-13811964. --- builder-22/builder.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder-22/builder.toml b/builder-22/builder.toml index 49d2f2d..3954a8a 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -10,7 +10,7 @@ version = "0.16.1" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:8d48c06778522af428da5511d00763ceea792ca0fc4700c8628e6072c5f43f3f" + uri = "docker://docker.io/heroku/buildpack-python@sha256:811742ee6797aea310d0bd7430860c7ed4fec8a2f4bc29c3a359460adf4bcb8a" [[buildpacks]] id = "heroku/nodejs" @@ -51,7 +51,7 @@ version = "0.16.1" [[order]] [[order.group]] id = "heroku/python" - version = "0.4.0" + version = "0.5.0" [[order.group]] id = "heroku/procfile" version = "2.0.0"