chore(deps): update svhd/logto docker tag to v1.3.1 (#546)
* chore(deps): update svhd/logto docker tag to v1.3.1 * 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:
parent
7599f1a491
commit
52e34cbc11
|
@ -5,10 +5,12 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "logto",
|
||||
"tipi_version": 1,
|
||||
"version": "1.3.0",
|
||||
"tipi_version": 2,
|
||||
"version": "1.3.1",
|
||||
"force_expose": true,
|
||||
"categories": ["security"],
|
||||
"categories": [
|
||||
"security"
|
||||
],
|
||||
"description": "Logto is a cost-effective open-source alternative to Auth0.",
|
||||
"short_desc": "Logto is a cost-effective open-source alternative to Auth0. ",
|
||||
"author": "Logto Team",
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
depends_on:
|
||||
logto-db:
|
||||
condition: service_healthy
|
||||
image: svhd/logto:1.3.0
|
||||
image: svhd/logto:1.3.1
|
||||
container_name: logto
|
||||
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user