Skip to content

Commit

Permalink
correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCh3n committed Oct 2, 2021
1 parent bb79328 commit 878a078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
# ADD ./yq_linux_amd64 /usr/bin/yq
# RUN chmod +x /usr/bin/yq

RUN curl -fLo /usr/bin/yq https://github.com/mikefarah/yq/releases/download/3.4.0/rq_linux_amd64 && chmod +x /usr/bin/yq
RUN curl -fLo /usr/bin/yq https://github.com/mikefarah/yq/releases/download/3.4.0/yq_linux_amd64 && chmod +x /usr/bin/yq
ADD ../ga /usr/bin/ga
RUN chmod +x /usr/bin/ga

Expand Down

0 comments on commit 878a078

Please sign in to comment.