version bump 2.9.0

This commit is contained in:
Diego Lendoiro 2019-04-24 14:16:48 +02:00
parent b57aff56d4
commit 5c12147d05
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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