Skip to content

Commit 2ae18df

Browse files
Cr 16913 (#792)
* fixing engine containers leftovers * bump
1 parent 052f7ba commit 2ae18df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/interface/cli/commands/pipeline/run.local.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class RunLocalCommand extends RunBaseCommand {
133133
Binds: [
134134
'/var/run/docker.sock:/var/run/docker.sock',
135135
],
136+
AutoRemove: true,
136137
},
137138
User: '0:0',
138139
}, injectedOpts, _customizer), (err, data) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.82.2",
3+
"version": "0.82.3",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)