Skip to content

Commit 632c8b5

Browse files
Replace the six8/pyinstaller-alpine image (CR-2977) (#627)
1 parent b374c50 commit 632c8b5

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
@@ -4,7 +4,7 @@ RUN apk --update add ca-certificates git
44
RUN go get github.com/github/hub
55

66
# python yq binary
7-
FROM six8/pyinstaller-alpine as yq
7+
FROM six8/pyinstaller-alpine:alpine-3.6-pyinstaller-v3.4 as yq
88
ARG YQ_VERSION=2.10.0
99
ENV PATH="/pyinstaller:$PATH"
1010
RUN pip install yq==${YQ_VERSION}

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

0 commit comments

Comments
 (0)