From caa7e3c83ff83a3ab72ad11741ef7ee60e53dccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Outeiro=20P=C3=A9rez?= Date: Sat, 17 May 2025 11:22:25 +0200 Subject: [PATCH] update: blueprints/logto/docker-compose.yml (#127) --- blueprints/logto/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/logto/docker-compose.yml b/blueprints/logto/docker-compose.yml index 6f2b920a..b59bdac0 100644 --- a/blueprints/logto/docker-compose.yml +++ b/blueprints/logto/docker-compose.yml @@ -3,7 +3,7 @@ services: depends_on: postgres: condition: service_healthy - image: svhd/logto:1.22.0 + image: ghcr.io/logto-io/logto:1.27.0 entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"] ports: - 3001