Skip to content

Commit

Permalink
Using pre-release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Nov 5, 2024
1 parent f0ff7dc commit dad5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const createApp = (options: CreateAppOptions): Task[] => {
const dockerfile = gh({
owner: "cartesi",
repo: "application-templates",
branch: "sdk-0.12",
branch: "prerelease/sdk-12",
path: "typescript/Dockerfile",
});

Expand Down

0 comments on commit dad5dc5

Please sign in to comment.