Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e2b-dev/E2B
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Apr 25, 2024
2 parents 2cfb2cf + a25e05e commit 33e4db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2b/cli",
"version": "0.4.4",
"version": "0.4.5",
"description": "CLI for managing e2b sandbox templates",
"homepage": "https://e2b.dev",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/commands/template/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export const buildCommand = new commander.Command('build')
stdio: 'inherit',
cwd: root,
env: {
...process.env,
DOCKER_CLI_HINTS: 'false',
},
},
Expand Down

0 comments on commit 33e4db2

Please sign in to comment.