Skip to content

Commit

Permalink
yq moved to version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Fragola committed Feb 24, 2021
1 parent b803071 commit a8299ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM curl as yq-downloader

ARG OS=${TARGETOS:-linux}
ARG ARCH=${TARGETARCH:-amd64}
ARG YQ_VERSION="v4.4.1"
ARG YQ_VERSION="v4.6.0"
ARG YQ_BINARY="yq_${OS}_$ARCH"
RUN wget "https://github.com/mikefarah/yq/releases/download/$YQ_VERSION/$YQ_BINARY" -O /usr/local/bin/yq && \
chmod +x /usr/local/bin/yq
Expand Down

0 comments on commit a8299ce

Please sign in to comment.