Merge tag 'v2.0.5' into develop

v2.0.5
This commit is contained in:
Diego Lendoiro 2018-05-08 18:30:16 +02:00
commit 3554923ab1
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.4...HEAD)
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.5...HEAD)
## [2.0.5](https://github.com/passbolt/passbolt_docker/compare/v2.0.4...v2.0.5) - 2018-05-08
### Fixed
- Nginx configuration file root directive for passbolt
## [2.0.4](https://github.com/passbolt/passbolt_docker/compare/v2.0.2...v2.0.4) - 2018-04-26

View File

@ -10,7 +10,7 @@ services:
- 3306
passbolt:
image: passbolt/passbolt:2.0.4-pro-debian
image: passbolt/passbolt:2.0.5-pro-debian
tty: true
depends_on:
- db