version bump

This commit is contained in:
Diego Lendoiro 2018-05-08 11:21:05 +02:00
parent cd4fca5109
commit c467f25fe3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM php:7-fpm
LABEL maintainer="diego@passbolt.com" LABEL maintainer="diego@passbolt.com"
ARG PASSBOLT_VERSION="2.0.4" ARG PASSBOLT_VERSION="2.0.5"
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:
- 3306 - 3306
passbolt: passbolt:
image: passbolt/passbolt:2.0.4-debian image: passbolt/passbolt:2.0.5-debian
tty: true tty: true
depends_on: depends_on:
- db - db