chore(deps): update svhd/logto docker tag to v1.10.1 (#1522)

This commit is contained in:
renovate[bot] 2023-11-03 10:08:46 +00:00 committed by GitHub
parent e4f4ea7df5
commit fe01b7909a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "logto",
"tipi_version": 10,
"version": "1.10.0",
"tipi_version": 11,
"version": "1.10.1",
"force_expose": true,
"categories": [
"security"
@ -30,5 +30,8 @@
"env_variable": "LOGTO_ADMIN_URL"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

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