chore(deps): update svhd/logto docker tag to v1.16.0 (#3578)
This commit is contained in:
parent
55d552dfc7
commit
e99bad181c
|
@ -5,12 +5,10 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "logto",
|
"id": "logto",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "1.15.0",
|
"version": "1.16.0",
|
||||||
"force_expose": true,
|
"force_expose": true,
|
||||||
"categories": [
|
"categories": ["security"],
|
||||||
"security"
|
|
||||||
],
|
|
||||||
"description": "Logto is a cost-effective open-source alternative to Auth0.",
|
"description": "Logto is a cost-effective open-source alternative to Auth0.",
|
||||||
"short_desc": "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",
|
"author": "Logto Team",
|
||||||
|
@ -30,8 +28,5 @@
|
||||||
"env_variable": "LOGTO_ADMIN_URL"
|
"env_variable": "LOGTO_ADMIN_URL"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
logto-db:
|
logto-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
image: svhd/logto:1.15.0
|
image: svhd/logto:1.16.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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user