Skip to content

Commit

Permalink
bump yq to 4.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-dartigues committed Apr 25, 2024
1 parent 07b6253 commit 98ed8fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV VENDIR_VERSION=0.40.1
RUN curl -sL https://github.com/carvel-dev/vendir/releases/download/v${VENDIR_VERSION}/vendir-linux-amd64 | \
install /dev/stdin /usr/local/bin/vendir && vendir -v

ENV YQ_VERSION="v4.34.2"
ENV YQ_VERSION="v4.43.1"
RUN echo "Installing yq version ${YQ_VERSION}" ; \
curl -L "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && \
chmod +rx /usr/local/bin/yq && \
curl -sL "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" |\
install /dev/stdin /usr/local/bin/yq && \
/usr/local/bin/yq --version

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 98ed8fa

Please sign in to comment.