We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ec1b8 commit a2ed0a8Copy full SHA for a2ed0a8
Dockerfile
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
11
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
13
# Main
14
-FROM node:12.22.11-alpine3.15
+FROM node:12.22.12-alpine3.15
15
16
RUN apk --update add --no-cache ca-certificates git curl bash jq
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.79.0",
+ "version": "0.79.1",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments