mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Release 0.17.7
# History ## 0.17.7 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.17.7/bootstrap.sh sudo DOKKU_TAG=v0.17.7 bash bootstrap.sh ``` ### New Features - #3586: @josegonzalez ps plugin parallel usage cleanup ### Documentation - #3584: @josegonzalez Fix no-install-recommends documentation ### Other - #3579: @znz Update plugin list
This commit is contained in:
@@ -29,7 +29,7 @@ The workflow looks like this:
|
||||
```shell
|
||||
# having dokku-arch in ../dokku-arch
|
||||
vagrant up build-arch
|
||||
# wait for "==> build-arch: ==> Finished making: dokku 0.17.6-2 (Mon Feb 22 23:20:37 CET 2016)"
|
||||
# wait for "==> build-arch: ==> Finished making: dokku 0.17.7-2 (Mon Feb 22 23:20:37 CET 2016)"
|
||||
cd ../dokku-arch
|
||||
git add PKGBUILD .SRCINFO
|
||||
git commit -m 'Update to dokku 0.9.9'
|
||||
|
||||
Reference in New Issue
Block a user