Merge branch 'release/v3.0.1'

This commit is contained in:
Daniel Del Rio Figueira 2021-02-24 16:34:50 +01:00
commit 6fb54adf85
No known key found for this signature in database
GPG Key ID: DCB25219AF061D1B
3 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,11 @@
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/v3.0.0...HEAD)
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.0.1...HEAD)
## [3.0.1](https://github.com/passbolt/passbolt_docker/compare/v3.0.0...v3.0.1) - 2021-02-24
- This is a sync release. Check [changes](https://github.com/passbolt/passbolt_api/compare/v3.0.0...v3.0.1) for passbolt_api
## [3.0.0](https://github.com/passbolt/passbolt_docker/compare/v2.13.5...v3.0.0) - 2021-02-23

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306"
passbolt:
image: passbolt/passbolt:3.0.0-pro
image: passbolt/passbolt:3.0.1-pro
#Alternatively you can use rootless:
#image: passbolt/passbolt:3.0.0-pro-non-root
tty: true

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306"
passbolt:
image: passbolt/passbolt:3.0.0-ce
image: passbolt/passbolt:3.0.1-ce
#Alternatively you can use rootless:
#image: passbolt/passbolt:3.0.0-ce-non-root
tty: true