diff options
| author | Emilien Devos <contact@emiliendevos.be> | 2021-03-13 22:14:27 +0100 |
|---|---|---|
| committer | Emilien Devos <contact@emiliendevos.be> | 2021-03-13 22:14:27 +0100 |
| commit | 3035f0119fcdb78f627df7cdc304723a915694d9 (patch) | |
| tree | a706a2480e317357826a83c8321e3f86d191c906 | |
| parent | ec30f7c5d4c1168a68b683d9805fb3db2fd2da4b (diff) | |
| download | invidious-3035f0119fcdb78f627df7cdc304723a915694d9.tar.gz invidious-3035f0119fcdb78f627df7cdc304723a915694d9.tar.bz2 invidious-3035f0119fcdb78f627df7cdc304723a915694d9.zip | |
Revert "Bump dependencies"
This reverts commit abe283b38e7dcca46d0421af005594f574243a30.
| -rw-r--r-- | docker/Dockerfile | 3 | ||||
| -rw-r--r-- | shard.lock | 2 | ||||
| -rw-r--r-- | shard.yml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 591c5aa1..b88a76c0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,7 +3,8 @@ RUN apk add --no-cache curl sqlite-static WORKDIR /invidious COPY ./shard.yml ./shard.yml COPY ./shard.lock ./shard.lock -RUN shards install +RUN shards install && \ + curl -Lo ./lib/lsquic/src/lsquic/ext/liblsquic.a https://github.com/iv-org/lsquic-static-alpine/releases/download/v2.18.1/liblsquic.a COPY ./src/ ./src/ # TODO: .git folder is required for building – this is destructive. # See definition of CURRENT_BRANCH, CURRENT_COMMIT and CURRENT_VERSION. @@ -18,7 +18,7 @@ shards: lsquic: git: https://github.com/iv-org/lsquic.cr.git - version: 2.23.1 + version: 2.18.1-1 pg: git: https://github.com/will/crystal-pg.git @@ -27,7 +27,7 @@ dependencies: version: ~> 0.1.3 lsquic: github: iv-org/lsquic.cr - version: ~> 2.23.1 + version: ~> 2.18.1-1 crystal: 0.36.1 |
