Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.16.2

- name: Cache shards
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM crystallang/crystal:1.10.1-alpine as builder
FROM crystallang/crystal:1.16.2-alpine as builder
WORKDIR /opt
# Cache dependencies
COPY ./shard.yml ./shard.lock /opt/
Expand Down
12 changes: 6 additions & 6 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@ shards:

backtracer:
git: https://github.com/sija/backtracer.cr.git
version: 1.2.2
version: 1.2.4

db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.12.0
version: 0.13.1

defense:
git: https://github.com/defense-cr/defense.git
version: 0.4.0+git.commit.ce4f9b6c69b0fd11e61815e8c17e4c1083a1a4d0
version: 0.5.1

dotenv:
git: https://github.com/drum445/dotenv.git
version: 0.5.0

exception_page:
git: https://github.com/crystal-loot/exception_page.git
version: 0.3.1
version: 0.5.0

kemal:
git: https://github.com/kemalcr/kemal.git
version: 1.4.0
version: 1.7.1

radix:
git: https://github.com/luislavena/radix.git
version: 0.4.1

redis:
git: https://github.com/jgaskins/redis.git
version: 0.8.0
version: 0.8.1

spec-kemal:
git: https://github.com/kemalcr/spec-kemal.git
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: UDL Server
version: 1.0.0.beta1
version: 1.0.0.beta2

authors:
- Fernando Valverde <fernando@fdo.cr>
Expand All @@ -24,6 +24,6 @@ development_dependencies:
github: crystal-ameba/ameba
version: ~> 1.5.0

crystal: 1.10.1
crystal: 1.16.2

license: MIT