Skip to content

Commit

Permalink
use crystal image from 84codes with ARM64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Jul 5, 2023
1 parent 4518a64 commit a4de462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-scribe
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY webpack.mix.js .
COPY src ./src
RUN yarn prod

FROM crystallang/crystal:1.5-alpine as lucky_build
FROM 84codes/crystal:latest-alpine as lucky_build
ENV SKIP_LUCKY_TASK_PRECOMPILATION="1"
RUN apk add yaml-static
WORKDIR /tmp_build
Expand Down

0 comments on commit a4de462

Please sign in to comment.