chore(deps): update svhd/logto docker tag to v1.4.0 (#581)

* chore(deps): update svhd/logto docker tag to v1.4.0

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-24 08:11:20 -04:00 committed by GitHub
parent 768eaee3c9
commit 4cadd6774e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "logto",
"tipi_version": 2,
"version": "1.3.1",
"tipi_version": 3,
"version": "1.4.0",
"force_expose": true,
"categories": [
"security"

View File

@ -4,7 +4,7 @@ services:
depends_on:
logto-db:
condition: service_healthy
image: svhd/logto:1.3.1
image: svhd/logto:1.4.0
container_name: logto
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
ports: