Changed: Switched to php 7.3 and debian buster by default
This commit is contained in:
parent
5d98e39b0e
commit
17ff7c2cfc
|
|
@ -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=""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue