summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaltycrys <73420320+saltycrys@users.noreply.github.com>2021-03-03 23:28:29 +0100
committerGitHub <noreply@github.com>2021-03-03 23:28:29 +0100
commit9687d432fd28f8f5d47ca7da4c8c67fc2f5763de (patch)
treeb4fd67d7687b282130930b97ddcfbbeae062fdb3
parent3af42079e00ffe39d132eae46848ce9b83f64386 (diff)
parentabe283b38e7dcca46d0421af005594f574243a30 (diff)
downloadinvidious-9687d432fd28f8f5d47ca7da4c8c67fc2f5763de.tar.gz
invidious-9687d432fd28f8f5d47ca7da4c8c67fc2f5763de.tar.bz2
invidious-9687d432fd28f8f5d47ca7da4c8c67fc2f5763de.zip
Merge pull request #1848 from saltycrys/lsquic-v2.23.1
Bump dependencies
-rw-r--r--docker/Dockerfile3
-rw-r--r--shard.lock2
-rw-r--r--shard.yml2
3 files changed, 3 insertions, 4 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b88a76c0..591c5aa1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -3,8 +3,7 @@ RUN apk add --no-cache curl sqlite-static
WORKDIR /invidious
COPY ./shard.yml ./shard.yml
COPY ./shard.lock ./shard.lock
-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
+RUN shards install
COPY ./src/ ./src/
# TODO: .git folder is required for building – this is destructive.
# See definition of CURRENT_BRANCH, CURRENT_COMMIT and CURRENT_VERSION.
diff --git a/shard.lock b/shard.lock
index a9074b32..cc1929e8 100644
--- a/shard.lock
+++ b/shard.lock
@@ -18,7 +18,7 @@ shards:
lsquic:
git: https://github.com/iv-org/lsquic.cr.git
- version: 2.18.1-1
+ version: 2.23.1
pg:
git: https://github.com/will/crystal-pg.git
diff --git a/shard.yml b/shard.yml
index 42eda04c..76dcf8b1 100644
--- a/shard.yml
+++ b/shard.yml
@@ -27,7 +27,7 @@ dependencies:
version: ~> 0.1.3
lsquic:
github: iv-org/lsquic.cr
- version: ~> 2.18.1-1
+ version: ~> 2.23.1
crystal: 0.36.1