We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c2fb5 commit 2c91114Copy full SHA for 2c91114
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM crystallang/crystal:1.11.0-alpine
+FROM crystallang/crystal:1.11.2-alpine
2
3
WORKDIR /app
4
@@ -9,7 +9,7 @@ RUN apk add --update --no-cache --force-overwrite \
9
# Build crystalline.
10
COPY . /app/
11
12
-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 \
13
&& make -C crystal llvm_ext \
14
&& CRYSTAL_PATH=crystal/src:lib shards build crystalline \
15
--no-debug --progress --stats --production --static --release \
0 commit comments