Skip to content

Commit

Permalink
Replace the six8/pyinstaller-alpine image (CR-2977) (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-codefresh committed Jan 25, 2021
1 parent b374c50 commit 632c8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk --update add ca-certificates git
RUN go get github.com/github/hub

# python yq binary
FROM six8/pyinstaller-alpine as yq
FROM six8/pyinstaller-alpine:alpine-3.6-pyinstaller-v3.4 as yq
ARG YQ_VERSION=2.10.0
ENV PATH="/pyinstaller:$PATH"
RUN pip install yq==${YQ_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.74.6",
"version": "0.74.7",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 632c8b5

Please sign in to comment.