Bump crystal version for ARM docker container to 1.2.0-r0 (#2527)

このコミットが含まれているのは:
Samantaz Fox 2021-10-24 21:26:53 +02:00 committed by GitHub
コミット 5eb83bb39c
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
3個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -40,7 +40,7 @@ jobs:
crystal:
- 1.0.0
- 1.1.1
- 1.2.0
- 1.2.1
include:
- crystal: nightly
stable: false

ファイルの表示

@ -1,4 +1,4 @@
FROM crystallang/crystal:1.1.1-alpine AS builder
FROM crystallang/crystal:1.2.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.1.1-r1' 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.2.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
ARG release