forked from midou/invidious
Bump crystal version for ARM docker container to 1.2.0-r0 (#2527)
This commit is contained in:
parent
129779a757
commit
5eb83bb39c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
crystal:
|
crystal:
|
||||||
- 1.0.0
|
- 1.0.0
|
||||||
- 1.1.1
|
- 1.1.1
|
||||||
- 1.2.0
|
- 1.2.1
|
||||||
include:
|
include:
|
||||||
- crystal: nightly
|
- crystal: nightly
|
||||||
stable: false
|
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
|
RUN apk add --no-cache sqlite-static yaml-static
|
||||||
|
|
||||||
ARG release
|
ARG release
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM alpine:edge AS builder
|
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
|
ARG release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user