diff --git a/example/.fluentci/src/dagger/jobs.ts b/example/.fluentci/src/dagger/jobs.ts index 24c0749..8131364 100644 --- a/example/.fluentci/src/dagger/jobs.ts +++ b/example/.fluentci/src/dagger/jobs.ts @@ -49,7 +49,7 @@ export async function deploy( "install", `node@${NODE_VERSION}`, `bun@${BUN_VERSION}`, - "supabase@1.124.2", + "supabase@1.123.3", ]) .withEnvVariable("PATH", "/root/.bun/bin:$PATH", { expand: true }) .withDirectory("/app", context) diff --git a/src/dagger/jobs.ts b/src/dagger/jobs.ts index 24c0749..8131364 100644 --- a/src/dagger/jobs.ts +++ b/src/dagger/jobs.ts @@ -49,7 +49,7 @@ export async function deploy( "install", `node@${NODE_VERSION}`, `bun@${BUN_VERSION}`, - "supabase@1.124.2", + "supabase@1.123.3", ]) .withEnvVariable("PATH", "/root/.bun/bin:$PATH", { expand: true }) .withDirectory("/app", context)