# History ## 0.31.2 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.31.2/bootstrap.sh sudo DOKKU_TAG=v0.31.2 bash bootstrap.sh ``` ### Bug Fixes - #6154: @josegonzalez Ensure app clones have domains setup - #6164: @josegonzalez Use correct path for openresty letsencrypt data - #6165: @josegonzalez Ensure we cleanup extracted files prior to next deployment - #6166: @josegonzalez Remove unused source from openresty trigger - #6163: @josegonzalez Add missing triggers for openresty-vhosts plugin - #6151: @josegonzalez Do not pass an empty argument to scheduler-run when triggering cron tasks manually - #6150: @josegonzalez Correct issue where temp file cleanup fails deploy ### Documentation - #6167: @josegonzalez Correct svg path on homepage - #6153: @imankulov Fix superscript typos in plugin documentation ### Tests - #6152: @josegonzalez Use buildjet for building arm images - #6149: @josegonzalez Fix issue where CI cannot install docker-compose-plugin ### Dependencies - #6161: @josegonzalez Upgrade sigil to 0.10.1 - #6162: @josegonzalez Upgrade herokuish to 0.7.1 - #6160: @josegonzalez Upgrade sshcommand to 0.17.1 - #6159: @josegonzalez Upgrade procfile-util to 0.16.0 - #6158: @josegonzalez Upgrade netrc to 0.7.1 - #6157: @josegonzalez Upgrade lambda-builder to 0.5.0 - #6147: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0 - #6145: @dependabot[bot] chore(deps): bump mkdocs-material from 9.2.2 to 9.2.3 in /docs/_build - #6139: @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/multi - #6140: @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/python-flask - #6141: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.21 to 9.2.2 in /docs/_build ### Other - #6148: @josegonzalez Add missing relabel command to docker-image-labeler for CNB builder
Dokku
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Sponsors
Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]
Backers
Support us with a monthly donation and help us continue our activities. [Become a backer]
Requirements
A fresh VM running any of the following operating systems:
- Ubuntu 20.04 / 22.04 x64 - Any currently supported release
- Debian 10+ x64
- Arch Linux x64 (experimental)
An SSH keypair that can be used for application deployment. If this exists before installation, it will be automatically imported into dokku.
Otherwise, you will need to import the keypair manually after installation using dokku ssh-keys:add.
Installation
To install the latest stable release, run the following commands as a user who has access to sudo:
wget -NP . https://dokku.com/install/v0.31.2/bootstrap.sh
sudo DOKKU_TAG=v0.31.2 bash bootstrap.sh
You can then proceed to configure your server domain (via dokku domains:set-global) and user access (via dokku ssh-keys:add) to complete the installation.
If you wish for a more unattended installation method, see these docs.
Upgrade
View the docs for upgrading from an older version of Dokku.
Documentation
Full documentation - including advanced installation docs - are available online at https://dokku.com/docs/getting-started/installation/.
Support
You can use GitHub Issues, check Troubleshooting in the documentation, or join us on Gliderlabs Slack in the #dokku channel.
Contribution
After checking GitHub Issues, the Troubleshooting Guide or having a chat with us on Gliderlabs Slack in the #dokku channel, feel free to fork and create a Pull Request.
While we may not merge your PR as is, they serve to start conversations and improve the general Dokku experience for all users.
License
MIT License © Jeff Lindsay