version bump

This commit is contained in:
Diego Lendoiro 2019-04-02 17:21:24 +02:00
parent 95a8a3c7cc
commit a1faa6484f
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.2"
ARG PASSBOLT_VERSION="2.8.3"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PHP_EXTENSIONS="gd \

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306"
passbolt:
image: passbolt/passbolt:2.8.2-pro-debian
image: passbolt/passbolt:2.8.3-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.2-debian
image: passbolt/passbolt:2.8.3-debian
tty: true
depends_on:
- db