Skip to content

Commit

Permalink
Update to Crystal 0.36.0
Browse files Browse the repository at this point in the history
Crystal versions below `0.36.0` are no longer supported.
  • Loading branch information
saltycrys committed Feb 2, 2021
1 parent 5f03a58 commit 5311683
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Crystal
uses: oprypin/[email protected]
with:
crystal: 0.35.1
crystal: 0.36.0

- name: Cache Shards
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.35.1-alpine AS builder
FROM crystallang/crystal:0.36.0-alpine AS builder
RUN apk add --no-cache curl sqlite-static
WORKDIR /invidious
COPY ./shard.yml ./shard.yml
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
github: iv-org/lsquic.cr
version: ~> 2.18.1-1

crystal: 0.35.1
crystal: 0.36.0

license: AGPLv3

0 comments on commit 5311683

Please sign in to comment.