Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:9.2.0-alpine

RUN apk add --update git curl jq py-pip && pip install yq
RUN apk add --update git curl jq py-pip bash && pip install yq

WORKDIR /cf-cli

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.17.9",
"version": "0.17.10",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down