Skip to content

Commit dde8458

Browse files
authored
Merge pull request #8 from TPei/update_crystal
update crystal to 0.31.1
2 parents c71888f + f997bf6 commit dde8458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/crystal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.30.1 as builder
1+
FROM crystallang/crystal:0.31.1 as builder
22

33
RUN apt update \
44
&& apt install -y curl \
@@ -13,7 +13,7 @@ COPY function/shard.yml shard.yml
1313
RUN shards install
1414
RUN crystal build main.cr -o handler --release
1515

16-
FROM crystallang/crystal:0.30.1
16+
FROM crystallang/crystal:0.31.1
1717
RUN apt install ca-certificates
1818

1919
# Add non root user

template/crystal/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: crystal
22
fprocess: ./handler
33
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.
55
To include third-party dependencies, use a vendoring tool like shards:
66
shards documentation: https://github.com/crystal-lang/shards

0 commit comments

Comments
 (0)