mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Bump docker dependencies
This commit is contained in:
parent
07616a9d34
commit
b73c6e94c0
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM crystallang/crystal:0.35.0-alpine AS builder
|
||||
FROM crystallang/crystal:0.35.1-alpine AS builder
|
||||
RUN apk add --no-cache curl sqlite-static
|
||||
WORKDIR /invidious
|
||||
COPY ./shard.yml ./shard.yml
|
||||
|
@ -8,7 +8,7 @@ RUN shards update && shards install && \
|
|||
# https://github.com/omarroth/lsquic-alpine/blob/master/APKBUILD,
|
||||
# https://github.com/omarroth/lsquic.cr/issues/1#issuecomment-631610081
|
||||
# for details building static lib
|
||||
curl -Lo ./lib/lsquic/src/lsquic/ext/liblsquic.a https://omar.yt/lsquic/liblsquic.a
|
||||
curl -Lo ./lib/lsquic/src/lsquic/ext/liblsquic.a https://omar.yt/lsquic/liblsquic-v2.18.1.a
|
||||
COPY ./src/ ./src/
|
||||
# TODO: .git folder is required for building – this is destructive.
|
||||
# See definition of CURRENT_BRANCH, CURRENT_COMMIT and CURRENT_VERSION.
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies:
|
|||
version: ~> 0.16.0
|
||||
kemal:
|
||||
github: kemalcr/kemal
|
||||
branch: master
|
||||
commit: dfe7dca08f4c9a9456d6132af5f6b59fcd6865e4
|
||||
pool:
|
||||
github: ysbaddaden/pool
|
||||
version: ~> 0.2.3
|
||||
|
|
Loading…
Reference in a new issue