Skip to content

Commit 06283e0

Browse files
authored
Merge pull request #11 from TPei/update/0.35.0
update to use crystal 0.35.0
2 parents 9fe4498 + b248cd6 commit 06283e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crystal OpenFaaS Template
22

33
Inofficial OpenFaaS template for the crystal programming language
4-
(currently 0.34.0).
4+
(currently 0.35.0).
55

66
To find out more about the OpenFaaS templates see the [faas templates](https://github.com/openfaas/templates) and [faas-cli](https://github.com/openfaas/faas-cli).
77

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.34.0 as builder
1+
FROM crystallang/crystal:0.35.0 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.34.0
16+
FROM crystallang/crystal:0.35.0
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.34.0
4+
You have created a new function which uses crystal 0.35.0
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)