Skip to content

Commit

Permalink
Merge branch 'release/v3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Feb 24, 2021
2 parents 02e83ab + 367650c commit 6fb54ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fb54ad

Please sign in to comment.