Bump dependencies

This commit is contained in:
saltycrys
2021-03-03 08:34:31 +01:00
parent 3af42079e0
commit abe283b38e
3 changed files with 3 additions and 4 deletions

View File

@@ -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.