Merge tag 'v2.0.7' into develop

v2.0.7
This commit is contained in:
Diego Lendoiro 2018-05-09 19:14:44 +02:00
commit 614ab3970f
4 changed files with 8 additions and 4 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/v2.0.5...HEAD)
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.7...HEAD)
## [2.0.7](https://github.com/passbolt/passbolt_docker/compare/v2.0.5...v2.0.7) - 2018-05-09
Sync release. See release notes on [https://github.com/passbolt/passbolt_api](passbolt api repo)
## [2.0.5](https://github.com/passbolt/passbolt_docker/compare/v2.0.4...v2.0.5) - 2018-05-08

View File

@ -2,7 +2,7 @@ FROM php:7-fpm
LABEL maintainer="diego@passbolt.com"
ARG PASSBOLT_VERSION="2.0.5"
ARG PASSBOLT_VERSION="2.0.7"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PHP_EXTENSIONS="gd \

View File

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

View File

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