Skip to content

Commit 1ef5562

Browse files
authoredMar 11, 2025··
Update heroku/buildpacks-python to v0.25.0 (#673)
## heroku/python ### Changed - Stopped using `--link` when running Django's collectstatic command, since it doesn't work with remote storage backends. ([#339](heroku/buildpacks-python#339)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7e03cd8 commit 1ef5562

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎builder-20/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version = "0.20.6"
4343

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:a9a211388830a5558a2b39e1e28da633c1ad590a1fce7f4bd9b0181e46e09163"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:037354bc444e804c1dc171394ba9c08a62d455c1cadce935493c83999d23c5ca"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ version = "0.20.6"
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.24.2"
59+
version = "0.25.0"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "4.1.0"

‎builder-22/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version = "0.20.6"
4747

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:a9a211388830a5558a2b39e1e28da633c1ad590a1fce7f4bd9b0181e46e09163"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:037354bc444e804c1dc171394ba9c08a62d455c1cadce935493c83999d23c5ca"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ version = "0.20.6"
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "0.24.2"
67+
version = "0.25.0"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.1.0"

‎builder-24/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
4747

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:a9a211388830a5558a2b39e1e28da633c1ad590a1fce7f4bd9b0181e46e09163"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:037354bc444e804c1dc171394ba9c08a62d455c1cadce935493c83999d23c5ca"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "0.24.2"
67+
version = "0.25.0"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.