Skip to content

Commit

Permalink
upgrade to crystal 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jul 21, 2024
1 parent 7bd95d9 commit ad9278a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.12.1-alpine
FROM crystallang/crystal:1.13.1-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.2 --depth=1 https://github.com/crystal-lang/crystal \
RUN git clone -b 1.13.1 --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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Building from source does take a long time._

| Crystal | Crystalline |
| -------- | ----------- |
| **1.12** | **0.13** |
| **1.13** | **0.14** |
| 1.12 | 0.13 |
| 1.11 | 0.12 |
| 1.10 | 0.11 |
| 1.9 | 0.10 |
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crystalline
version: 0.13.1
version: 0.14.0

authors:
- Julien Elbaz <elbywan@hotmail.com>
Expand Down

0 comments on commit ad9278a

Please sign in to comment.