Merge pull request #3064 from iv-org/crystal1.4.1

bump to crystal 1.4.1
このコミットが含まれているのは:
Samantaz Fox 2022-04-29 19:06:55 +02:00 committed by GitHub
コミット 04953d97ad
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更2行の追加2行の削除

ファイルの表示

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

ファイルの表示

@ -1,5 +1,5 @@
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
RUN apk add --no-cache 'crystal=1.4.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
ARG release