Skip to content

Commit

Permalink
Update convox CLI tool URL after the main website redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleroot committed Nov 30, 2022
1 parent 53df75d commit 71598e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 71598e2

Please sign in to comment.