Skip to content

v0.25.7

Compare
Choose a tag to compare
@josegonzalez josegonzalez released this 09 Oct 22:01
· 3337 commits to master since this release

Install/update via the bootstrap script:

wget https://raw.githubusercontent.com/dokku/dokku/v0.25.7/bootstrap.sh
sudo DOKKU_TAG=v0.25.7 bash bootstrap.sh

Bug Fixes

New Features

Documentation

  • #4856: @josegonzalez Add a note to the migration guide regarding using a Procfile for Dockerfile deploys
  • #4843: @schmijos Clarify that docker-options are not passed to the launched process but instead to the docker run command

Other

  • #4844: @dependabot[bot] chore(deps): bump werkzeug from 2.0.1 to 2.0.2 in /tests/apps/python-flask