Changed: version bump 3.0.1
This commit is contained in:
parent
02e83ab23f
commit
367650cda6
|
|
@ -2,7 +2,11 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## [3.0.0](https://github.com/passbolt/passbolt_docker/compare/v2.13.5...v3.0.0) - 2021-02-23
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- "127.0.0.1:3306:3306"
|
- "127.0.0.1:3306:3306"
|
||||||
|
|
||||||
passbolt:
|
passbolt:
|
||||||
image: passbolt/passbolt:3.0.0-pro
|
image: passbolt/passbolt:3.0.1-pro
|
||||||
#Alternatively you can use rootless:
|
#Alternatively you can use rootless:
|
||||||
#image: passbolt/passbolt:3.0.0-pro-non-root
|
#image: passbolt/passbolt:3.0.0-pro-non-root
|
||||||
tty: true
|
tty: true
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- "127.0.0.1:3306:3306"
|
- "127.0.0.1:3306:3306"
|
||||||
|
|
||||||
passbolt:
|
passbolt:
|
||||||
image: passbolt/passbolt:3.0.0-ce
|
image: passbolt/passbolt:3.0.1-ce
|
||||||
#Alternatively you can use rootless:
|
#Alternatively you can use rootless:
|
||||||
#image: passbolt/passbolt:3.0.0-ce-non-root
|
#image: passbolt/passbolt:3.0.0-ce-non-root
|
||||||
tty: true
|
tty: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue