diff options
| author | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2021-01-31 20:28:21 +0100 |
|---|---|---|
| committer | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2021-02-02 20:01:02 +0100 |
| commit | 5311683d43b9d604c8ea62e19394bd10781ac5b3 (patch) | |
| tree | b56646680326c59e1b18ee28c994da4ea3bcbe9a | |
| parent | 5f03a583d19868555c1dabe200b5b7022eb6d74f (diff) | |
| download | invidious-5311683d43b9d604c8ea62e19394bd10781ac5b3.tar.gz invidious-5311683d43b9d604c8ea62e19394bd10781ac5b3.tar.bz2 invidious-5311683d43b9d604c8ea62e19394bd10781ac5b3.zip | |
Update to Crystal 0.36.0
Crystal versions below `0.36.0` are no longer supported.
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | shard.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc0e8096..dbf103dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install Crystal uses: oprypin/install-crystal@v1.2.4 with: - crystal: 0.35.1 + crystal: 0.36.0 - name: Cache Shards uses: actions/cache@v2 diff --git a/docker/Dockerfile b/docker/Dockerfile index ce4cc765..65b2b68e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 @@ -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 |
