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
このコミットが含まれているのは:
syeopite 2021-08-12 16:10:40 -07:00
コミット 46f8b04e40
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 6FA616E5A5294A82
2個のファイルの変更3行の追加3行の削除

ファイルの表示

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

ファイルの表示

@ -1,4 +1,4 @@
FROM alpine:edge AS liblsquic-builder
FROM alpine:3.14 AS liblsquic-builder
WORKDIR /src
RUN apk add --no-cache build-base git apk-tools abuild cmake go perl linux-headers
@ -29,7 +29,7 @@ RUN mkdir tmp && cd tmp && \
cd .. && rm -rf tmp
FROM alpine:edge AS builder
FROM alpine:3.14 AS builder
RUN apk add --no-cache 'crystal<2' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
WORKDIR /invidious