version bump
This commit is contained in:
parent
8a06ffab0c
commit
b9dba26a9a
|
|
@ -2,7 +2,7 @@ FROM php:7-fpm
|
|||
|
||||
LABEL maintainer="diego@passbolt.com"
|
||||
|
||||
ARG PASSBOLT_VERSION="2.0.1"
|
||||
ARG PASSBOLT_VERSION="2.0.2"
|
||||
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
|
||||
|
||||
ARG PHP_EXTENSIONS="gd \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- 3306
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:2.0.1-pro-debian
|
||||
image: passbolt/passbolt:2.0.2-pro-debian
|
||||
tty: true
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- 3306
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:2.0.1-debian
|
||||
image: passbolt/passbolt:2.0.2-debian
|
||||
tty: true
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
Loading…
Reference in New Issue