Skip to content

Commit

Permalink
CLI installation location
Browse files Browse the repository at this point in the history
  • Loading branch information
beastawakens committed Oct 2, 2024
1 parent f8ad4f2 commit ee0d312
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 @@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="blue"

RUN apt-get -qq update && apt-get -qq -y install curl

RUN curl -L https://convox.com/cli/linux/convox -o /tmp/convox \
RUN curl -L https://github.com/convox/convox/releases/latest/download/convox-linux -o /tmp/convox \
&& mv /tmp/convox /usr/local/bin/convox \
&& chmod 755 /usr/local/bin/convox

Expand Down

0 comments on commit ee0d312

Please sign in to comment.