Skip to content

Commit

Permalink
Update postCreateCommand.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie authored Jan 16, 2024
1 parent ad837de commit a69f0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN_DIR="/usr/local/bin"
CLI_VERSION="0.35.0"
CLI_VERSION="0.35.4"
curl -LO "https://github.com/dbt-labs/dbt-cli/releases/download/v${CLI_VERSION}/dbt_${CLI_VERSION}_linux_amd64.tar.gz"
sudo tar -xzf "dbt_${CLI_VERSION}_linux_amd64.tar.gz" -C "$BIN_DIR" dbt
export PATH=$PATH:$$BIN_DIR
Expand Down

0 comments on commit a69f0bb

Please sign in to comment.