mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Bump dependencies
This commit is contained in:
parent
3af42079e0
commit
abe283b38e
3 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue