Skip to content

Commit

Permalink
fix node version for Amplify deployment of Supabase Studio based on s…
Browse files Browse the repository at this point in the history
  • Loading branch information
gllona committed May 8, 2024
1 parent 42915d8 commit fdbf48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supabase-studio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SupabaseStudio extends Construct {
constructor(scope: Construct, id: string, props: SupabaseStudioProps) {
super(scope, id);

const buildImage = 'public.ecr.aws/sam/build-nodejs18.x:latest';
const buildImage = 'public.ecr.aws/sam/build-nodejs18.x:1.100';
const sourceRepo = 'https://github.com/supabase/supabase.git';
const sourceBranch = props.sourceBranch ?? 'master';
const appRoot = props.appRoot ?? 'studio';
Expand Down

0 comments on commit fdbf48b

Please sign in to comment.