Skip to content

Commit 6e8d238

Browse files
rollback to the previous yq version
1 parent 6a24964 commit 6e8d238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ARG JQ_VERSION=1.6
1414
ARG YQ_VERSION=2.4.1
1515

1616
RUN wget -O /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 && \
17-
wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 && \
1817
chmod +x /usr/local/bin/*
1918

19+
RUN apk add py-pip && pip install yq
2020
WORKDIR /cf-cli
2121

2222
COPY package.json /cf-cli

0 commit comments

Comments
 (0)