Skip to content

Commit a2ed0a8

Browse files
Cr 11737 (#746)
* fix: security vulnerabilities
1 parent b1ec1b8 commit a2ed0a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# Main
14-
FROM node:12.22.11-alpine3.15
14+
FROM node:12.22.12-alpine3.15
1515

1616
RUN apk --update add --no-cache ca-certificates git curl bash jq
1717

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

0 commit comments

Comments
 (0)