summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2021-11-17 20:12:58 +0000
committerGitHub <noreply@github.com>2021-11-17 20:12:58 +0000
commit12c219ee6ceb2a854f4ffd181938908d2a455e94 (patch)
tree97368824dc8fbb0f0bf68f06c7caa6bdb90ba3ea
parent008f79df61cf85d1a6b239136fb8966ea5a6120b (diff)
downloadinvidious-12c219ee6ceb2a854f4ffd181938908d2a455e94.tar.gz
invidious-12c219ee6ceb2a854f4ffd181938908d2a455e94.tar.bz2
invidious-12c219ee6ceb2a854f4ffd181938908d2a455e94.zip
Bump Crystal version for CI and Docker to 1.2.2
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/container-release.yml2
-rw-r--r--docker/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index adde39c9..db0987cf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
crystal:
- 1.0.0
- 1.1.1
- - 1.2.1
+ - 1.2.2
include:
- crystal: nightly
stable: false
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml
index 77b92c6f..36fb566e 100644
--- a/.github/workflows/container-release.yml
+++ b/.github/workflows/container-release.yml
@@ -27,7 +27,7 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1.2.4
with:
- crystal: 1.1.1
+ crystal: 1.2.2
- name: Run lint
run: |
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 21d4269c..5f1c0a11 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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
ARG release