Merge tag 'v2.8.4' into develop

v2.8.4
This commit is contained in:
Diego Lendoiro 2019-04-17 17:46:42 +02:00
commit afc4a40138
4 changed files with 9 additions and 5 deletions

View File

@ -2,9 +2,13 @@
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/v2.8.3...HEAD) ## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.8.4...HEAD)
## [2.8.2](https://github.com/passbolt/passbolt_docker/compare/v2.8.2...v2.8.3) - 2019-04-02 ## [2.8.4](https://github.com/passbolt/passbolt_docker/compare/v2.8.3...v2.8.4) - 2019-04-17
This is a sync release. Check [changes](https://github.com/passbolt/passbolt_api/compare/v2.8.3...v2.8.4) for passbolt_api
## [2.8.3](https://github.com/passbolt/passbolt_docker/compare/v2.8.2...v2.8.3) - 2019-04-02
### Added ### Added

View File

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

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:2.8.3-pro-debian image: passbolt/passbolt:2.8.4-pro-debian
tty: true tty: true
depends_on: depends_on:
- db - db

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:2.8.3-debian image: passbolt/passbolt:2.8.4-debian
tty: true tty: true
depends_on: depends_on:
- db - db