Changed: version bump passbolt 2.13.1

This commit is contained in:
Diego Lendoiro 2020-07-07 15:21:59 +02:00
parent 400d5477d1
commit 32589f630c
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM php:7.3.19-fpm
LABEL maintainer="Passbolt SA <contact@passbolt.com>" LABEL maintainer="Passbolt SA <contact@passbolt.com>"
ARG PASSBOLT_VERSION="2.13.0" ARG PASSBOLT_VERSION="2.13.1"
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=""

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:2.13.0-pro-debian image: passbolt/passbolt:2.13.1-pro-debian
tty: true tty: true
depends_on: depends_on:
- db - db

View File

@ -10,7 +10,7 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:2.13.0-debian image: passbolt/passbolt:2.13.1-debian
tty: true tty: true
depends_on: depends_on:
- db - db