Skip to content

Commit

Permalink
Update heroku/buildpacks-python to v0.7.0 (#384)
Browse files Browse the repository at this point in the history
## heroku/python

### Added

- Django's `collectstatic` command is now automatically run for Django apps that use static files. ([#108](heroku/buildpacks-python#108))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 19, 2023
1 parent 3c1992d commit f97b56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.17.0"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:9532901fb6102534c37ef0db5f6aad34c0fd40efd6503fa0c33bdf04098674a7"
uri = "docker://docker.io/heroku/buildpack-python@sha256:537221283e7040997e006c90782ba93ed01edf0de705d013b474aa5ee82979fc"

[[buildpacks]]
id = "heroku/nodejs"
Expand Down Expand Up @@ -51,7 +51,7 @@ version = "0.17.0"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.6.0"
version = "0.7.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.1"
Expand Down

0 comments on commit f97b56f

Please sign in to comment.