removed netcat and version bump

This commit is contained in:
Diego Lendoiro 2018-08-13 13:02:40 +02:00
parent 2db13d2a62
commit d6bd360c3f
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM php:7-fpm
LABEL maintainer="diego@passbolt.com"
ARG PASSBOLT_VERSION="2.1.0"
ARG PASSBOLT_VERSION="2.2.0"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PHP_EXTENSIONS="gd \
@ -41,7 +41,6 @@ RUN apt-get update \
libmcrypt4 \
mysql-client \
supervisor \
netcat \
cron \
&& mkdir /home/www-data \
&& chown -R www-data:www-data /home/www-data \