Skip to content

Commit

Permalink
upgrade dockerfile to crystal 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Feb 4, 2024
1 parent 03c2fb5 commit 2c91114
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
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.11.0-alpine
FROM crystallang/crystal:1.11.2-alpine

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ RUN apk add --update --no-cache --force-overwrite \
# Build crystalline.
COPY . /app/

RUN git clone -b 1.11.0 --depth=1 https://github.com/crystal-lang/crystal \
RUN git clone -b 1.11.2 --depth=1 https://github.com/crystal-lang/crystal \
&& make -C crystal llvm_ext \
&& CRYSTAL_PATH=crystal/src:lib shards build crystalline \
--no-debug --progress --stats --production --static --release \
Expand Down

0 comments on commit 2c91114

Please sign in to comment.