Skip to content

Commit

Permalink
Update lucky-cli to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KCErb authored Jun 27, 2020
1 parent 51807a8 commit 75cdfd7
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 @@ -13,7 +13,7 @@ RUN apk add --no-cache --update \
WORKDIR /usr/local/
RUN git clone https://github.com/luckyframework/lucky_cli && \
cd lucky_cli && \
git checkout v0.22.0 --quiet && \
git checkout v0.23.0 --quiet && \
shards install

WORKDIR /usr/local/lucky_cli
Expand All @@ -29,4 +29,4 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

EXPOSE 5000
EXPOSE 5000

0 comments on commit 75cdfd7

Please sign in to comment.