version bump 2.10.0

This commit is contained in:
Diego Lendoiro 2019-05-16 19:05:01 +02:00
parent aabc99f431
commit 4522b37875
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM php:7.2-fpm
LABEL maintainer="diego@passbolt.com" LABEL maintainer="diego@passbolt.com"
ARG PASSBOLT_VERSION="2.9.0" ARG PASSBOLT_VERSION="2.10.0"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz" ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PASSBOLT_CURL_HEADERS="" ARG PASSBOLT_CURL_HEADERS=""