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