Skip to content

Commit 37fe309

Browse files
update stevedore and venonactl to resolve security vuln (#794)
* update stevedore * bump
1 parent 2ae18df commit 37fe309

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/binary/components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
versionFile: 'version.txt',
1010
dir: 'Stevedore',
1111
binary: 'stevedore',
12+
alternateBinary: process.env.STEVEDORE,
1213
},
1314
remote: {
1415
versionPath: '/',

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.3",
3+
"version": "0.82.5",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)