Changed: Switched to php 7.3 and debian buster by default

This commit is contained in:
Diego Lendoiro 2019-08-08 16:58:20 +02:00
parent 5d98e39b0e
commit 17ff7c2cfc
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM php:7.2-fpm
FROM php:7.3-fpm
LABEL maintainer="Passbolt SA <contact@passbolt.com>"
ARG PASSBOLT_VERSION="2.10.0"
ARG PASSBOLT_VERSION="2.11.0"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PASSBOLT_CURL_HEADERS=""