Changed: version bump php 7.3.19 passbolt_api 2.13.0
This commit is contained in:
parent
f44861f552
commit
6b899e5633
|
|
@ -1,8 +1,8 @@
|
||||||
FROM php:7.3.18-fpm
|
FROM php:7.3.19-fpm
|
||||||
|
|
||||||
LABEL maintainer="Passbolt SA <contact@passbolt.com>"
|
LABEL maintainer="Passbolt SA <contact@passbolt.com>"
|
||||||
|
|
||||||
ARG PASSBOLT_VERSION="2.12.1"
|
ARG PASSBOLT_VERSION="2.13.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=""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- "127.0.0.1:3306:3306"
|
- "127.0.0.1:3306:3306"
|
||||||
|
|
||||||
passbolt:
|
passbolt:
|
||||||
image: passbolt/passbolt:2.12.1-pro-debian
|
image: passbolt/passbolt:2.13.0-pro-debian
|
||||||
tty: true
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- "127.0.0.1:3306:3306"
|
- "127.0.0.1:3306:3306"
|
||||||
|
|
||||||
passbolt:
|
passbolt:
|
||||||
image: passbolt/passbolt:2.12.1-debian
|
image: passbolt/passbolt:2.13.0-debian
|
||||||
tty: true
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue