forked from midou/invidious
Bump Crystal version for CI and Docker to 1.2.2
This commit is contained in:
parent
008f79df61
commit
12c219ee6c
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.1
|
- 1.2.2
|
||||||
include:
|
include:
|
||||||
- crystal: nightly
|
- crystal: nightly
|
||||||
stable: false
|
stable: false
|
||||||
|
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Install Crystal
|
- name: Install Crystal
|
||||||
uses: oprypin/install-crystal@v1.2.4
|
uses: oprypin/install-crystal@v1.2.4
|
||||||
with:
|
with:
|
||||||
crystal: 1.1.1
|
crystal: 1.2.2
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM crystallang/crystal:1.2.1-alpine AS builder
|
FROM crystallang/crystal:1.2.2-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
|
||||||
|
Loading…
Reference in New Issue
Block a user