Skip to content

Commit 180eba8

Browse files
authored
[crystal/kemal] Update crystal and Kemal (#9368)
1 parent fb4a84f commit 180eba8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frameworks/Crystal/kemal/kemal.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.12.1
1+
FROM crystallang/crystal:1.14.0
22

33
WORKDIR /kemal
44
COPY views views

frameworks/Crystal/kemal/shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shards:
1818

1919
kemal:
2020
git: https://github.com/kemalcr/kemal.git
21-
version: 1.5.0
21+
version: 1.6.0
2222

2323
pg:
2424
git: https://github.com/will/crystal-pg.git

frameworks/Crystal/kemal/shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
version: 0.28.0
1010
kemal:
1111
github: kemalcr/kemal
12-
version: 1.5.0
12+
version: 1.6.0
1313
redis:
1414
github: stefanwille/crystal-redis
1515
version: 2.8.0

0 commit comments

Comments
 (0)