version bump and opcache module enabling

This commit is contained in:
Diego Lendoiro 2018-11-15 14:20:26 +01:00
parent ff21277774
commit 358bbee3e4
1 changed files with 2 additions and 1 deletions

View File

@ -2,12 +2,13 @@ FROM php:7-fpm
LABEL maintainer="diego@passbolt.com" LABEL maintainer="diego@passbolt.com"
ARG PASSBOLT_VERSION="2.4" ARG PASSBOLT_VERSION="2.5.0"
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 \
intl \ intl \
pdo_mysql \ pdo_mysql \
opcache \
xsl" xsl"
ARG PECL_PASSBOLT_EXTENSIONS="gnupg \ ARG PECL_PASSBOLT_EXTENSIONS="gnupg \