Changed: passbolt version bump 2.12.1 and php specific versioning

This commit is contained in:
Diego Lendoiro 2020-04-14 18:07:56 +02:00
parent 574b4d7431
commit d72882f84b
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.3-fpm
FROM php:7.3.16-fpm
LABEL maintainer="Passbolt SA <contact@passbolt.com>"
ARG PASSBOLT_VERSION="2.12.0"
ARG PASSBOLT_VERSION="2.12.1"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PASSBOLT_CURL_HEADERS=""