bump to crystal 1.4.0 (#3041)

このコミットが含まれているのは:
Émilien Devos 2022-04-18 09:05:18 +02:00 committed by GitHub
コミット 67e8fcaf93
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更4行の追加4行の削除

ファイルの表示

@ -1,4 +1,4 @@
FROM crystallang/crystal:1.2.2-alpine AS builder
FROM crystallang/crystal:1.4.0-alpine AS builder
RUN apk add --no-cache sqlite-static yaml-static
ARG release

ファイルの表示

@ -1,5 +1,5 @@
FROM alpine:3.15 AS builder
RUN apk add --no-cache 'crystal=1.2.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
FROM alpine:edge AS builder
RUN apk add --no-cache 'crystal=1.4.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
ARG release
@ -34,7 +34,7 @@ RUN if [ ${release} == 1 ] ; then \
--link-flags "-lxml2 -llzma"; \
fi
FROM alpine:3.15
FROM alpine:edge
RUN apk add --no-cache librsvg ttf-opensans
WORKDIR /invidious
RUN addgroup -g 1000 -S invidious && \