Skip to content

Commit

Permalink
Merge pull request #2 from AesSedai/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
KCErb authored Mar 3, 2021
2 parents bd926df + dfa1ffa commit 7303407
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 @@ -19,7 +19,7 @@ RUN git clone https://github.com/luckyframework/lucky_cli && \
WORKDIR /usr/local/lucky_cli
RUN crystal build src/lucky.cr -o /usr/local/bin/lucky

FROM crystallang/crystal:0.35.1-alpine as runtime-image
FROM crystallang/crystal:0.36.1-alpine as runtime-image

RUN apk add --no-cache --update postgresql-client
COPY --from=build-image /usr/local/bin/lucky /usr/local/bin/lucky
Expand Down

0 comments on commit 7303407

Please sign in to comment.