diff options
| author | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2021-02-04 05:17:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 05:17:59 +0100 |
| commit | 9919520c2850a35e06cb0533b1e7f083616c4b97 (patch) | |
| tree | c486610ac5f21c0329495eeb16a1ee0d76c71edd | |
| parent | c2f74879da29f0d6b1d095489883905a72d3f3db (diff) | |
| parent | 689795e8bc1b9bcc074d1eed568a755d4a635111 (diff) | |
| download | invidious-9919520c2850a35e06cb0533b1e7f083616c4b97.tar.gz invidious-9919520c2850a35e06cb0533b1e7f083616c4b97.tar.bz2 invidious-9919520c2850a35e06cb0533b1e7f083616c4b97.zip | |
Merge pull request #1744 from saltycrys/crystal-0.36.1
Bump dependencies and update to Crystal 0.36.1
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | shard.lock | 4 | ||||
| -rw-r--r-- | shard.yml | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbf103dd..66aacff9 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.36.0 + crystal: 0.36.1 - name: Cache Shards uses: actions/cache@v2 diff --git a/docker/Dockerfile b/docker/Dockerfile index 65b2b68e..b88a76c0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM crystallang/crystal:0.36.0-alpine AS builder +FROM crystallang/crystal:0.36.1-alpine AS builder RUN apk add --no-cache curl sqlite-static WORKDIR /invidious COPY ./shard.yml ./shard.yml @@ -22,7 +22,7 @@ shards: pg: git: https://github.com/will/crystal-pg.git - version: 0.22.1 + version: 0.23.1 pool: git: https://github.com/ysbaddaden/pool.git @@ -38,5 +38,5 @@ shards: sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git - version: 0.17.0 + version: 0.18.0 @@ -12,10 +12,10 @@ targets: dependencies: pg: github: will/crystal-pg - version: ~> 0.22.1 + version: ~> 0.23.1 sqlite3: github: crystal-lang/crystal-sqlite3 - version: ~> 0.17.0 + version: ~> 0.18.0 kemal: github: kemalcr/kemal version: ~> 0.27.0 @@ -29,6 +29,6 @@ dependencies: github: iv-org/lsquic.cr version: ~> 2.18.1-1 -crystal: 0.36.0 +crystal: 0.36.1 license: AGPLv3 |
