Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Use the latest yq in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
1stvamp committed Nov 22, 2023
1 parent 3b0adf2 commit 494c76a
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 @@ -9,7 +9,7 @@ RUN apt-get update && \
uuid-runtime curl ca-certificates git make build-essential \
libssl-dev libreadline-dev zlib1g-dev && \
rm -rf /var/lib/apt/lists/*
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.24.2/yq_linux_amd64.tar.gz | tar -xzvf - && \
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.40.2/yq_linux_amd64.tar.gz | tar -xzvf - && \
mv yq_linux_amd64 /usr/bin/yq
RUN git clone https://github.com/rbenv/rbenv.git ~/.rbenv && \
curl -L https://github.com/sstephenson/ruby-build/archive/v20231114.tar.gz | tar -zxvf - -C /tmp/ && \
Expand Down

0 comments on commit 494c76a

Please sign in to comment.