chore(deps): update svhd/logto docker tag to v1.11.0 (#1593)

This commit is contained in:
renovate[bot] 2023-11-14 19:57:52 +00:00 committed by GitHub
parent 0dbbd68e5d
commit ccef5aacb2
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, "available": true,
"exposable": true, "exposable": true,
"id": "logto", "id": "logto",
"tipi_version": 11, "tipi_version": 12,
"version": "1.10.1", "version": "1.11.0",
"force_expose": true, "force_expose": true,
"categories": [ "categories": [
"security" "security"

View File

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