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 b374c50 commit 632c8b5Copy full SHA for 632c8b5
Dockerfile
@@ -4,7 +4,7 @@ RUN apk --update add ca-certificates git
4
RUN go get github.com/github/hub
5
6
# python yq binary
7
-FROM six8/pyinstaller-alpine as yq
+FROM six8/pyinstaller-alpine:alpine-3.6-pyinstaller-v3.4 as yq
8
ARG YQ_VERSION=2.10.0
9
ENV PATH="/pyinstaller:$PATH"
10
RUN pip install yq==${YQ_VERSION}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.74.6",
+ "version": "0.74.7",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
0 commit comments