kopia lustrzana https://github.com/iv-org/invidious
Update to Crystal 0.36.1
rodzic
5c8ab35f55
commit
689795e8bc
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install Crystal
|
||||
uses: oprypin/install-crystal@v1.2.4
|
||||
with:
|
||||
crystal: 0.36.0
|
||||
crystal: 0.36.1
|
||||
|
||||
- name: Cache Shards
|
||||
uses: actions/cache@v2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM crystallang/crystal:0.36.0-alpine AS builder
|
||||
FROM crystallang/crystal:0.36.1-alpine AS builder
|
||||
RUN apk add --no-cache curl sqlite-static
|
||||
WORKDIR /invidious
|
||||
COPY ./shard.yml ./shard.yml
|
||||
|
|
|
@ -29,6 +29,6 @@ dependencies:
|
|||
github: iv-org/lsquic.cr
|
||||
version: ~> 2.18.1-1
|
||||
|
||||
crystal: 0.36.0
|
||||
crystal: 0.36.1
|
||||
|
||||
license: AGPLv3
|
||||
|
|
Ładowanie…
Reference in New Issue