Merge branch 'release/v1.6.3'
This commit is contained in:
commit
2beb74d06f
|
|
@ -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/v1.6.2+1...HEAD)
|
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v1.6.3...HEAD)
|
||||||
|
|
||||||
|
## [1.6.3](https://github.com/passbolt/passbolt_docker/compare/v1.6.2+1...v1.6.3) - 2017-08-31
|
||||||
|
|
||||||
|
- Refer to [passbolt_api CHANGELOG](https://github.com/passbolt/passbolt_api/blob/master/CHANGELOG.md) for a list of new features and fixes.
|
||||||
|
|
||||||
## [1.6.2+1](https://github.com/passbolt/passbolt_docker/compare/v1.6.2...v1.6.2+1) - 2017-08-16
|
## [1.6.2+1](https://github.com/passbolt/passbolt_docker/compare/v1.6.2...v1.6.2+1) - 2017-08-16
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ FROM alpine:3.6
|
||||||
|
|
||||||
MAINTAINER diego@passbolt.com
|
MAINTAINER diego@passbolt.com
|
||||||
|
|
||||||
ENV PASSBOLT_VERSION 1.6.2
|
ENV PASSBOLT_VERSION 1.6.3
|
||||||
ENV PASSBOLT_URL https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz
|
ENV PASSBOLT_URL https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz
|
||||||
|
|
||||||
ARG BASE_PHP_DEPS="php5-curl \
|
ARG BASE_PHP_DEPS="php5-curl \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue