mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Revert "bump crystal docker image version +"
This reverts commit f2b69fd812
.
Crystal 1.1.0 is not supported by Invidious due to upstream issue. See
crystal-lang/crystal#10972
This commit is contained in:
parent
12b46bbd41
commit
46f8b04e40
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ RUN mkdir tmp && cd tmp && \
|
|||
cd .. && rm -rf tmp
|
||||
|
||||
|
||||
FROM crystallang/crystal:1.1.1-alpine AS builder
|
||||
FROM crystallang/crystal:1.0.0-alpine AS builder
|
||||
RUN apk add --no-cache sqlite-static yaml-static
|
||||
|
||||
WORKDIR /invidious
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue