Skip to content

Commit

Permalink
[release] 1.0.1 - levant-dev-0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz92 committed Nov 6, 2020
1 parent a4e16ed commit 01c1ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ FROM hendrikmaus/nomad-cli:0.12.7

RUN apk update && apk add bash gettext curl

RUN curl -L https://github.com/hashicorp/levant/releases/download/0.2.9/linux-amd64-levant -o /usr/bin/levant
RUN curl -L https://comento-s3-bucket.s3.ap-northeast-2.amazonaws.com/levant/dev-0.3.0/linux-amd64-levant -o /usr/bin/levant

RUN chmod +x /usr/bin/levant

WORKDIR /nomad-deploy

COPY deploy /nomad-deploy/deploy

RUN chmod +x /nomad-deploy/deploy
Expand Down
Binary file added linux-amd64-levant
Binary file not shown.

0 comments on commit 01c1ac4

Please sign in to comment.