Skip to content

Commit

Permalink
Cr 16913 (#792)
Browse files Browse the repository at this point in the history
* fixing engine containers leftovers

* bump
  • Loading branch information
roi-codefresh authored Feb 22, 2023
1 parent 052f7ba commit 2ae18df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/interface/cli/commands/pipeline/run.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class RunLocalCommand extends RunBaseCommand {
Binds: [
'/var/run/docker.sock:/var/run/docker.sock',
],
AutoRemove: true,
},
User: '0:0',
}, injectedOpts, _customizer), (err, data) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.82.2",
"version": "0.82.3",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 2ae18df

Please sign in to comment.