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 fb4a84f commit 180eba8Copy full SHA for 180eba8
frameworks/Crystal/kemal/kemal.dockerfile
@@ -1,4 +1,4 @@
1
-FROM crystallang/crystal:1.12.1
+FROM crystallang/crystal:1.14.0
2
3
WORKDIR /kemal
4
COPY views views
frameworks/Crystal/kemal/shard.lock
@@ -18,7 +18,7 @@ shards:
18
19
kemal:
20
git: https://github.com/kemalcr/kemal.git
21
- version: 1.5.0
+ version: 1.6.0
22
23
pg:
24
git: https://github.com/will/crystal-pg.git
frameworks/Crystal/kemal/shard.yml
@@ -9,7 +9,7 @@ dependencies:
9
version: 0.28.0
10
11
github: kemalcr/kemal
12
13
redis:
14
github: stefanwille/crystal-redis
15
version: 2.8.0
0 commit comments