mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Release 0.36.10
# History ## 0.36.10 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.36.10/bootstrap.sh sudo DOKKU_TAG=v0.36.10 bash bootstrap.sh ``` ### Bug Fixes - #8063: @othercorey Use -t instead of deprecated --time in stop commands - #8058: @josegonzalez Ensure the pre-receive hook and URLS files are correct when cloning or renaming apps - #8059: @josegonzalez Expand variables for release tasks - #8060: @josegonzalez Use updated http2 directive for setting http2 support ### Documentation - #8051: @othercorey Fix "its" in Caddy SSL configuration documentation ### Dependencies - #8065: @dependabot[bot] chore(deps): bump actions/upload-artifact from 4 to 5 - #8064: @dependabot[bot] chore(deps): bump actions/download-artifact from 5 to 6 - #8057: @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-procfile-bad - #8056: @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-app-json-formations - #8055: @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-procfile - #8054: @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile - #8053: @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-noexpose
This commit is contained in:
@@ -85,8 +85,8 @@ Otherwise, you will need to import the keypair manually after installation using
|
||||
To install the latest stable release, run the following commands as a user who has access to `sudo`:
|
||||
|
||||
```shell
|
||||
wget -NP . https://dokku.com/install/v0.36.9/bootstrap.sh
|
||||
sudo DOKKU_TAG=v0.36.9 bash bootstrap.sh
|
||||
wget -NP . https://dokku.com/install/v0.36.10/bootstrap.sh
|
||||
sudo DOKKU_TAG=v0.36.10 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.
|
||||
|
||||
Reference in New Issue
Block a user