File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM crystallang/crystal:0.30 .1 as builder
1
+ FROM crystallang/crystal:0.31 .1 as builder
2
2
3
3
RUN apt update \
4
4
&& apt install -y curl \
@@ -13,7 +13,7 @@ COPY function/shard.yml shard.yml
13
13
RUN shards install
14
14
RUN crystal build main.cr -o handler --release
15
15
16
- FROM crystallang/crystal:0.30 .1
16
+ FROM crystallang/crystal:0.31 .1
17
17
RUN apt install ca-certificates
18
18
19
19
# Add non root user
Original file line number Diff line number Diff line change 1
1
language : crystal
2
2
fprocess : ./handler
3
3
welcome_message : |
4
- You have created a new function which uses crystal 0.30 .1.
4
+ You have created a new function which uses crystal 0.31 .1.
5
5
To include third-party dependencies, use a vendoring tool like shards:
6
6
shards documentation: https://github.com/crystal-lang/shards
You can’t perform that action at this time.
0 commit comments