Skip to content

Commit 2c91114

Browse files
committed
upgrade dockerfile to crystal 1.11.2
1 parent 03c2fb5 commit 2c91114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.11.0-alpine
1+
FROM crystallang/crystal:1.11.2-alpine
22

33
WORKDIR /app
44

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

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

0 commit comments

Comments
 (0)