Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Final image was still using crystal:0.35.1, causing shard install errors on dockerfiles that build from this image.
  • Loading branch information
AesSedai authored Mar 3, 2021
1 parent bd926df commit dfa1ffa
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 dfa1ffa

Please sign in to comment.