Skip to content

Commit

Permalink
fix(devcontainer): Load earthly by version.
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed May 3, 2022
1 parent 5daf235 commit e2d046b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-env-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ RUN sudo curl -L https://github.com/docker/compose/releases/download/$DOCKER_COM
&& sudo chmod +x /usr/local/bin/docker-compose

ARG EARTHLY_VERSION=0.6.14
RUN sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v$EARTHLY_VERSION/earthly-linux-amd64 -O /usr/local/bin/earthly \
&& chmod +x /usr/local/bin/earthly'
RUN sudo wget https://github.com/earthly/earthly/releases/download/v$EARTHLY_VERSION/earthly-linux-amd64 -O /usr/local/bin/earthly \
&& sudo chmod +x /usr/local/bin/earthly

0 comments on commit e2d046b

Please sign in to comment.