Added passbolt URL and version as ARGS

This commit is contained in:
Diego Lendoiro 2018-02-20 11:06:46 +01:00
parent d17fb578c5
commit eb83250965
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM php:7-fpm-alpine3.7
LABEL maintainer="diego@passbolt.com"
ENV PASSBOLT_VERSION 2.0.0-rc1
ENV PASSBOLT_URL https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz
ARG PASSBOLT_VERSION="2.0.0-rc1"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PHP_EXTENSIONS="gd \
intl \