Changed: version bump passbolt 2.13.5

This commit is contained in:
Diego Lendoiro 2020-08-04 10:39:41 +02:00
parent e84b317a8e
commit e2c7bac60e
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.3.19-fpm
LABEL maintainer="Passbolt SA <contact@passbolt.com>"
ARG PASSBOLT_VERSION="2.13.1"
ARG PASSBOLT_VERSION="2.13.5"
ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"
ARG PASSBOLT_CURL_HEADERS=""