Skip to content

Commit

Permalink
chore: Use tt-dbt package 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaP committed Nov 21, 2024
1 parent 19c1fb5 commit 03484c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt/dbt-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Debug from "debug";
const debug = Debug("tt-dbt:runwithdocker");

// Define the Docker image to use, use major for now
const dbtImage = `ghcr.io/token-terminal/tt-dbt:v1`;
const dbtImage = `ghcr.io/token-terminal/tt-dbt:1.0.0`;

function isAppleSiliconMac(): boolean {
const arch = os.arch();
Expand Down

0 comments on commit 03484c3

Please sign in to comment.