Skip to content

Commit

Permalink
Merge branch 'release/v2.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlen committed Apr 1, 2019
2 parents cb0af9d + 4ca8f20 commit 2378739
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.8.1...HEAD)

## [2.8.2](https://github.com/passbolt/passbolt_docker/compare/v2.8.1...v2.8.2) - 2019-04-01

This is a sync release. Check [changes](https://github.com/passbolt/passbolt_api/compare/v2.8.1...v2.8.2) for passbolt_api

## [2.8.1](https://github.com/passbolt/passbolt_docker/compare/v2.7.1...v2.8.1) - 2019-04-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.2-fpm

LABEL maintainer="[email protected]"

ARG PASSBOLT_VERSION="2.8.1"
ARG PASSBOLT_VERSION="2.8.2"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"

ARG PHP_EXTENSIONS="gd \
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:2.8.1-pro-debian
image: passbolt/passbolt:2.8.2-pro-debian
tty: true
depends_on:
- db
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:2.8.1-debian
image: passbolt/passbolt:2.8.2-debian
tty: true
depends_on:
- db
Expand Down

0 comments on commit 2378739

Please sign in to comment.