# History ## 0.28.2 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.28.2/bootstrap.sh sudo DOKKU_TAG=v0.28.2 bash bootstrap.sh ``` ### Bug Fixes - #5393: @josegonzalez Correct issue with replacing the version in the installation guide - #5354: @josegonzalez Report the correct value for the letsencrypt server - #5347: @josegonzalez Set correct version on builder-lambda plugin ### New Features - #5392: @josegonzalez Add support for devcontainers on ARM64 instances ### Documentation - #5365: @josegonzalez Use correct indentation for embedded list in remote commands documentation - #5357: @josegonzalez Reference blog on main domain - #5355: @josegonzalez Autogenerate documentation in CI - #5351: @josegonzalez Fix formatting on list in deployment tasks - #5328: @holtergram Call out git remote change when renaming an app - #5344: @josegonzalez Generate docs via mkdocs - #5342: @josegonzalez Ensure doc links work on github as well as on docs site - #5336: @josegonzalez Add note about docker-compose requirement for using the caddy plugin - #5337: @josegonzalez Add note about docker-compose requirement for using the traefik… - #5332: @cdubz Remove errant semicolon from wget command - #5329: @josegonzalez Use updated url for gliderlabs slack invite app - #5315: @alexislefebvre Fix doc link for systems with less than 1GB memory ### Other - #5382: @dependabot[bot] chore(deps): bump sinatra from 2.2.2 to 3.0.2 in /tests/apps/ruby - #5386: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 224 to 225 in /tests/apps/php - #5361: @dependabot[bot] chore(deps): bump jetty-servlet from 11.0.11 to 11.0.12 in /tests/apps/java - #5346: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 223 to 224 in /tests/apps/php
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 18.04 / 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 https://raw.githubusercontent.com/dokku/dokku/v0.28.2/bootstrap.sh
sudo DOKKU_TAG=v0.28.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