Skip to content

Commit

Permalink
Update mikefarah/yq Docker tag to v4.34.2 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent 9aea11e commit 75cad91
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 @@ -118,6 +118,6 @@ RUN /opt/conda/bin/git config --system --add safe.directory '*'
RUN pip install "rapids-dependency-file-generator==1.*" \
&& pip cache purge

COPY --from=mikefarah/yq:4.34.1 /usr/bin/yq /usr/local/bin/yq
COPY --from=mikefarah/yq:4.34.2 /usr/bin/yq /usr/local/bin/yq

CMD ["/bin/bash"]

0 comments on commit 75cad91

Please sign in to comment.