Skip to content

Commit

Permalink
Merge pull request #1848 from saltycrys/lsquic-v2.23.1
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
saltycrys authored Mar 3, 2021
2 parents 3af4207 + abe283b commit 9687d43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9687d43

Please sign in to comment.