version bump and opcache module enabling
This commit is contained in:
parent
ff21277774
commit
358bbee3e4
|
|
@ -2,12 +2,13 @@ FROM php:7-fpm
|
|||
|
||||
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 PHP_EXTENSIONS="gd \
|
||||
intl \
|
||||
pdo_mysql \
|
||||
opcache \
|
||||
xsl"
|
||||
|
||||
ARG PECL_PASSBOLT_EXTENSIONS="gnupg \
|
||||
|
|
|
|||
Loading…
Reference in New Issue