diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-07-10 22:21:17 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-07-10 22:21:17 +0200 |
| commit | de61b163a3d55aee1309ce5a89bfe864d2e08e75 (patch) | |
| tree | 8868518e40f355a30697a7fc776e2bd8ed86165a | |
| parent | 99c7e9e800f4e56e86f2e64755d49dd0f71fbc16 (diff) | |
| parent | 2fdb6dd6441287e51abe06f4d9e6ce0586f916ff (diff) | |
| download | invidious-de61b163a3d55aee1309ce5a89bfe864d2e08e75.tar.gz invidious-de61b163a3d55aee1309ce5a89bfe864d2e08e75.tar.bz2 invidious-de61b163a3d55aee1309ce5a89bfe864d2e08e75.zip | |
CI: Bump Crystal version matrix (#4654)
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | docker/Dockerfile.arm64 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb18f639..925a8fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: matrix: stable: [true] crystal: - - 1.7.3 - - 1.8.2 - 1.9.2 - 1.10.1 + - 1.11.2 + - 1.12.1 include: - crystal: nightly stable: false diff --git a/docker/Dockerfile b/docker/Dockerfile index ace096bf..3d9323fd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM crystallang/crystal:1.8.2-alpine AS builder +FROM crystallang/crystal:1.12.1-alpine AS builder RUN apk add --no-cache sqlite-static yaml-static diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 602f3ab2..f054b326 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,5 +1,5 @@ -FROM alpine:3.18 AS builder -RUN apk add --no-cache 'crystal=1.8.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-static zlib-static openssl-libs-static openssl-dev musl-dev xz-static +FROM alpine:3.19 AS builder +RUN apk add --no-cache 'crystal=1.10.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-static zlib-static openssl-libs-static openssl-dev musl-dev xz-static ARG release |
